ActivityOptions.ModeBackgroundActivityStartDenied Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.

Verweigert die Startberechtigungen für PendingIntent Hintergrundaktivitäten.

[Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_DENIED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)]
public const Android.App.BackgroundActivityStartMode ModeBackgroundActivityStartDenied = 2;
[<Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_DENIED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)>]
val mutable ModeBackgroundActivityStartDenied : Android.App.BackgroundActivityStartMode

Feldwert

Value = 2
Attribute

Hinweise

Verweigert die Startberechtigungen für PendingIntent Hintergrundaktivitäten.

Java Dokumentation für android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_DENIED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: