ActivityOptions.PendingIntentCreatorBackgroundActivityStartMode Property

Definition

Returns the mode to start background activities granted by the creator of the PendingIntent.

public virtual Android.App.BackgroundActivityStartMode PendingIntentCreatorBackgroundActivityStartMode { [Android.Runtime.Register("getPendingIntentCreatorBackgroundActivityStartMode", "()I", "GetGetPendingIntentCreatorBackgroundActivityStartModeHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPendingIntentCreatorBackgroundActivityStartMode", "()I", "GetGetPendingIntentCreatorBackgroundActivityStartModeHandler", ApiSince=34)>]
member this.PendingIntentCreatorBackgroundActivityStartMode : Android.App.BackgroundActivityStartMode

Property Value

the android.app.ComponentOptions.BackgroundActivityStartMode currently set

Attributes

Remarks

Returns the mode to start background activities granted by the creator of the PendingIntent.

Java documentation for android.app.ActivityOptions.getPendingIntentCreatorBackgroundActivityStartMode().

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