Condividi tramite


NotificationManager.ShouldHideSilentStatusBarIcons Metodo

Definizione

Restituisce un valore che indica se l'utente desidera ricevere notifiche invisibile all'utente( vedere #IMPORTANCE_LOW la visualizzazione nella barra di stato).

[Android.Runtime.Register("shouldHideSilentStatusBarIcons", "()Z", "GetShouldHideSilentStatusBarIconsHandler", ApiSince=29)]
public virtual bool ShouldHideSilentStatusBarIcons ();
[<Android.Runtime.Register("shouldHideSilentStatusBarIcons", "()Z", "GetShouldHideSilentStatusBarIconsHandler", ApiSince=29)>]
abstract member ShouldHideSilentStatusBarIcons : unit -> bool
override this.ShouldHideSilentStatusBarIcons : unit -> bool

Restituisce

Attributi

Commenti

Restituisce un valore che indica se l'utente desidera ricevere notifiche invisibile all'utente( vedere #IMPORTANCE_LOW la visualizzazione nella barra di stato).

Disponibile solo per #isNotificationListenerAccessGranted(ComponentName) notification listeners.

Documentazione java per android.app.NotificationManager.shouldHideSilentStatusBarIcons().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a