Partager via


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 Notification#fullScreenIntent full screen intents les notifications interceptées par le DND sont bloquées.

Documentation Java 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 le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à