ChooserTarget.IntentExtras Property

Definition

Returns the Bundle of extras to be added to an intent launched to this target.

public Android.OS.Bundle? IntentExtras { [Android.Runtime.Register("getIntentExtras", "()Landroid/os/Bundle;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getIntentExtras", "()Landroid/os/Bundle;", "", ApiSince=23)>]
member this.IntentExtras : Android.OS.Bundle

Property Value

the extras to merge with the extras of the intent being launched

Attributes

Remarks

Returns the Bundle of extras to be added to an intent launched to this target.

Java documentation for android.service.chooser.ChooserTarget.getIntentExtras().

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.

Applies to