HandoffActivityData.Extras Property
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.
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