ActivityResultContracts.StartIntentSenderForResult.Companion
object ActivityResultContracts.StartIntentSenderForResult.Companion
Summary
Constants |
|
---|---|
static final @NonNull String |
An |
static final @NonNull String |
Key for the extra containing the |
static final @NonNull String |
Key for the extra containing the |
Constants
ACTION_INTENT_SENDER_REQUEST
public static final @NonNull String ACTION_INTENT_SENDER_REQUEST
An Intent
action for making a request via the Activity.startIntentSenderForResult
API.
EXTRA_INTENT_SENDER_REQUEST
public static final @NonNull String EXTRA_INTENT_SENDER_REQUEST
Key for the extra containing the IntentSenderRequest
.
See also | |
---|---|
ACTION_INTENT_SENDER_REQUEST |
EXTRA_SEND_INTENT_EXCEPTION
public static final @NonNull String EXTRA_SEND_INTENT_EXCEPTION
Key for the extra containing the android.content.IntentSender.SendIntentException
if the call to Activity.startIntentSenderForResult
fails.