PackageManager.SuspendedPackageAppExtras Property

Definition

Returns a Bundle of extras that was meant to be sent to the calling app when it was suspended.

public virtual Android.OS.Bundle? SuspendedPackageAppExtras { [Android.Runtime.Register("getSuspendedPackageAppExtras", "()Landroid/os/Bundle;", "GetGetSuspendedPackageAppExtrasHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getSuspendedPackageAppExtras", "()Landroid/os/Bundle;", "GetGetSuspendedPackageAppExtrasHandler", ApiSince=28)>]
member this.SuspendedPackageAppExtras : Android.OS.Bundle

Property Value

Bundle

A Bundle containing the extras for the app, or null if the package is not currently suspended.

Attributes

Remarks

Java documentation for android.content.pm.PackageManager.getSuspendedPackageAppExtras().

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