IAdditionalContentContract.ICursorExtraKeys.Position 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.
An integer, zero-based cursor position that corresponds to the URI specified
with the android.content.Intent#EXTRA_CHOOSER_FOCUSED_ITEM_POSITION
index into
the
[Android.Runtime.Register("POSITION", ApiSince=35)]
public const string Position;
[<Android.Runtime.Register("POSITION", ApiSince=35)>]
val mutable Position : string
Field Value
- Attributes
Remarks
An integer, zero-based cursor position that corresponds to the URI specified with the android.content.Intent#EXTRA_CHOOSER_FOCUSED_ITEM_POSITION
index into the
Java documentation for android.service.chooser.AdditionalContentContract.CursorExtraKeys.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.