AppOpsManager.OpNotedCallbackFlagIgnoreAsync Feld

Definition

Achtung

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

Ignoriert asynchrone Op-Ereignisse.

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

Feldwert

Value = 1
Attribute

Hinweise

Ignoriert asynchrone Op-Ereignisse.

Java Dokumentation für android.app.AppOpsManager.OP_NOTED_CALLBACK_FLAG_IGNORE_ASYNC.

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: