PackageManager.SuspendedPackageAppExtras 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.
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
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.