Share via


NotificationChannel.HasUserSetImportance Property

Definition

Returns whether the user has chosen the importance of this channel, either to affirm the initial selection from the app, or changed it to be higher or lower.

public bool HasUserSetImportance { [Android.Runtime.Register("hasUserSetImportance", "()Z", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("hasUserSetImportance", "()Z", "", ApiSince=29)>]
member this.HasUserSetImportance : bool

Property Value

Attributes

Remarks

Returns whether the user has chosen the importance of this channel, either to affirm the initial selection from the app, or changed it to be higher or lower.

Java documentation for android.app.NotificationChannel.hasUserSetImportance().

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