Stay organized with collections
Save and categorize content based on your preferences.
IntentSenderForResultStarter
public
interface
IntentSenderForResultStarter
com.google.android.play.core.common.IntentSenderForResultStarter
|
Interface for an object able to start an IntentSender
for result.
For instance it can be used to delegate calling startIntentSenderForResult
on a androidx.fragment.app.Fragment
.
Summary
Public methods
startIntentSenderForResult
public abstract void startIntentSenderForResult (IntentSender intent,
int requestCode,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags,
Bundle options)
Starts the provided IntentSender for result.
See Activity.startIntentSenderForResult(IntentSender, int, Intent, int, int, int)
for the documentation of its
parameters.
Parameters |
intent |
IntentSender |
requestCode |
int |
fillInIntent |
Intent |
flagsMask |
int |
flagsValues |
int |
extraFlags |
int |
options |
Bundle |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# IntentSenderForResultStarter\n============================\n\n\n`\npublic\n\n\ninterface\nIntentSenderForResultStarter\n`\n\n\n`\n\n\n`\n\n|------------------------------------------------------------------|\n| com.google.android.play.core.common.IntentSenderForResultStarter |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nInterface for an object able to start an `IntentSender` for result.\n\nFor instance it can be used to delegate calling `startIntentSenderForResult` on a `androidx.fragment.app.Fragment`.\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[startIntentSenderForResult](../../../../../../../reference/com/google/android/play/core/common/IntentSenderForResultStarter.html#startIntentSenderForResult(android.content.IntentSender,%20int,%20android.content.Intent,%20int,%20int,%20int,%20android.os.Bundle))`(`[IntentSender](https://developer.android.com/reference/android/content/IntentSender.html)` intent, int requestCode, `[Intent](https://developer.android.com/reference/android/content/Intent.html)` fillInIntent, int flagsMask, int flagsValues, int extraFlags, `[Bundle](https://developer.android.com/reference/android/os/Bundle.html)` options) ` Starts the provided IntentSender for result. |\n\nPublic methods\n--------------\n\n### startIntentSenderForResult\n\n```\npublic abstract void startIntentSenderForResult (IntentSender intent, \n int requestCode, \n Intent fillInIntent, \n int flagsMask, \n int flagsValues, \n int extraFlags, \n Bundle options)\n```\n\nStarts the provided IntentSender for result.\n\nSee [Activity.startIntentSenderForResult(IntentSender, int, Intent, int, int, int)](https://developer.android.com/reference/android/app/Activity.html#startIntentSenderForResult(android.content.IntentSender,%20int,%20android.content.Intent,%20int,%20int,%20int)) for the documentation of its\nparameters.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------------|-----------------------|\n| `intent` | `IntentSender` \u003cbr /\u003e |\n| `requestCode` | `int` \u003cbr /\u003e |\n| `fillInIntent` | `Intent` \u003cbr /\u003e |\n| `flagsMask` | `int` \u003cbr /\u003e |\n| `flagsValues` | `int` \u003cbr /\u003e |\n| `extraFlags` | `int` \u003cbr /\u003e |\n| `options` | `Bundle` \u003cbr /\u003e |\n\n| Throws ||\n|-----------------------------------------------------------------------------------------------------------------------------------|---|\n| [IntentSender.SendIntentException](https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html) | |"]]