Android.Content.Intent.ExtraAllowMultiple Field
Extra used to indicate that an intent can allow the user to select and return multiple items.

Syntax

[Android.Runtime.Register("EXTRA_ALLOW_MULTIPLE")]
public const string ExtraAllowMultiple

See Also

Intent.ActionGetContent
Intent.ActionOpenDocument

Remarks

Extra used to indicate that an intent can allow the user to select and return multiple items. This is a boolean extra; the default is false. If true, an implementation is allowed to present the user with a UI where they can pick multiple items that are all returned to the caller. When this happens, they should be returned as the Intent.ClipData part of the result Intent.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18