언어

HandoffActivityData.Extras Property

Definition

public Android.OS.PersistableBundle Extras { [Android.Runtime.Register("getExtras", "()Landroid/os/PersistableBundle;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getExtras", "()Landroid/os/PersistableBundle;", "", ApiSince=37)>]
member this.Extras : Android.OS.PersistableBundle

Property Value

extras to pass inside the launch intent via Intent#putExtras for the activity specified by #getComponentName() during handoff. This defaults to an empty bundle.

Attributes

Applies to