Added in API level 35
CursorExtraKeys
interface CursorExtraKeys
android.service.chooser.AdditionalContentContract.CursorExtraKeys |
Constants for android.database.Cursor#getExtras
keys.
Summary
Constants | |
---|---|
static String |
An integer, zero-based cursor position that corresponds to the URI specified with the |
Constants
POSITION
Added in API level 35
static val POSITION: String
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 @link android.content.Intent#EXTRA_STREAM} array.
Value: "position"