Langue

NotificationManager.Policy.SuppressedEffectFullScreenIntent Champ

Définition

Attention

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

Indique si Notification#fullScreenIntent full screen intents les notifications interceptées par le DND sont bloquées.

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

Valeur de champ

Value = 4

Implémente

Attributs

Remarques

Indique si les intentions plein écran des notifications interceptées par le DND sont bloquées.

Référence Android pour android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à