ActivityOptions.PendingIntentCreatorBackgroundActivityStartMode 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 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
.
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.