Intent.ExtraChooserResultIntentSender 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 IntentSender
that will be notified when a user successfully chooses a target
component or initiates an action such as copy or edit within an #ACTION_CHOOSER
activity.
[Android.Runtime.Register("EXTRA_CHOOSER_RESULT_INTENT_SENDER", ApiSince=35)]
public const string ExtraChooserResultIntentSender;
[<Android.Runtime.Register("EXTRA_CHOOSER_RESULT_INTENT_SENDER", ApiSince=35)>]
val mutable ExtraChooserResultIntentSender : string
Field Value
Implements
- Attributes
Remarks
An IntentSender
that will be notified when a user successfully chooses a target component or initiates an action such as copy or edit within an #ACTION_CHOOSER
activity. The IntentSender will have the extra #EXTRA_CHOOSER_RESULT
describing the result.
Java documentation for android.content.Intent.EXTRA_CHOOSER_RESULT_INTENT_SENDER
.
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.