NotificationListenerService.Ranking.ImportanceExplanationFormatted Property

Definition

If the importance has been overridden by user preference, then this will be non-null, and should be displayed to the user.

public virtual Java.Lang.ICharSequence ImportanceExplanationFormatted { [Android.Runtime.Register("getImportanceExplanation", "()Ljava/lang/CharSequence;", "GetGetImportanceExplanationHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getImportanceExplanation", "()Ljava/lang/CharSequence;", "GetGetImportanceExplanationHandler", ApiSince=24)>]
member this.ImportanceExplanationFormatted : Java.Lang.ICharSequence

Property Value

the explanation for the importance, or null if it is the natural importance

Attributes

Remarks

If the importance has been overridden by user preference, then this will be non-null, and should be displayed to the user.

Java documentation for android.service.notification.NotificationListenerService.Ranking.getImportanceExplanation().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to