Android.Content.Intent.CategorySelectedAlternative Field
Set if the activity should be considered as an alternative selection action to the data the user has currently selected.

Syntax

[Android.Runtime.Register("CATEGORY_SELECTED_ALTERNATIVE")]
public const string CategorySelectedAlternative

Remarks

Set if the activity should be considered as an alternative selection action to the data the user has currently selected. This is like Intent.CategoryAlternative, but is used in activities showing a list of items from which the user can select, giving them alternatives to the default action that will be performed on it.

[Android Documentation]

Requirements

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