Notification.HasPromotableCharacteristics Proprietà

Definizione

Restituisce un valore che indica se la notifica presenta tutte le caratteristiche che lo rendono idoneo per FLAG_PROMOTED_ONGOING.

public virtual bool HasPromotableCharacteristics { [Android.Runtime.Register("hasPromotableCharacteristics", "()Z", "GetHasPromotableCharacteristicsHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("hasPromotableCharacteristics", "()Z", "GetHasPromotableCharacteristicsHandler", ApiSince=36)>]
member this.HasPromotableCharacteristics : bool

Valore della proprietà

Attributi

Commenti

Restituisce un valore che indica se la notifica presenta tutte le caratteristiche che lo rendono idoneo per FLAG_PROMOTED_ONGOING. Questo metodo non influisce su altri criteri quali le preferenze utente per l'app o il canale. Se restituisce true, non garantisce che la notifica venga assegnata FLAG_PROMOTED_ONGOING dal sistema, ma se restituisce false, non lo sarà.

Informazioni di riferimento su Android per android.app.Notification.hasPromotableCharacteristics.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a