- intent
- The IntentSender to launch.
- fillInIntent
- If non-null, this will be provided as the intent parameter to IntentSender.SendIntent(Context, Android.App.Result, Android.App.Result, Android.App.Result, Android.App.Result).
- flagsMask
- Intent flags in the original IntentSender that you would like to change.
- flagsValues
- Desired values for any bits set in flagsMask
- extraFlags
- Always set to 0.
Type Reason !:NoType:android/content/IntentSender$SendIntentException;Href=../../../reference/android/content/IntentSender.SendIntentException.html
Same as Context.StartIntentSender(IntentSender, Android.Content.Intent, Android.Content.Intent, Android.Content.Intent, Android.Content.Intent, Android.Content.Intent) with no options specified.