Freigeben über


ShortcutInfo.DisabledReasonByApp Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Content.PM.ShortcutDisabledReason enum directly instead of this field.

Die Verknüpfung wurde von der Herausgeber-App mit der ShortcutManager#disableShortcuts(List) API deaktiviert.

[Android.Runtime.Register("DISABLED_REASON_BY_APP", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ShortcutDisabledReason enum directly instead of this field.", true)]
public const Android.Content.PM.ShortcutDisabledReason DisabledReasonByApp = 1;
[<Android.Runtime.Register("DISABLED_REASON_BY_APP", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ShortcutDisabledReason enum directly instead of this field.", true)>]
val mutable DisabledReasonByApp : Android.Content.PM.ShortcutDisabledReason

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Die Verknüpfung wurde von der Herausgeber-App mit der ShortcutManager#disableShortcuts(List) API deaktiviert.

Java-Dokumentation für android.content.pm.ShortcutInfo.DISABLED_REASON_BY_APP.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: