Intent.ExtraChooserFocusedItemPosition Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional argument to be used with #EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI
, used in
combination with #EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI
.
[Android.Runtime.Register("EXTRA_CHOOSER_FOCUSED_ITEM_POSITION", ApiSince=35)]
public const string ExtraChooserFocusedItemPosition;
[<Android.Runtime.Register("EXTRA_CHOOSER_FOCUSED_ITEM_POSITION", ApiSince=35)>]
val mutable ExtraChooserFocusedItemPosition : string
Field Value
Implements
- Attributes
Remarks
Optional argument to be used with #EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI
, used in combination with #EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI
. An integer, zero-based index into #EXTRA_STREAM
argument indicating the item that should be focused by the Chooser in preview.
Java documentation for android.content.Intent.EXTRA_CHOOSER_FOCUSED_ITEM_POSITION
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.