Language

NotificationChannel.LockscreenVisibility Property

Definition

Returns whether or not notifications posted to this channel are shown on the lockscreen in full or redacted form.

public Android.App.NotificationVisibility LockscreenVisibility { [Android.Runtime.Register("getLockscreenVisibility", "()I", "", ApiSince=26)] get; [Android.Runtime.Register("setLockscreenVisibility", "(I)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getLockscreenVisibility", "()I", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setLockscreenVisibility", "(I)V", "", ApiSince=26)>]
member this.LockscreenVisibility : Android.App.NotificationVisibility with get, set

Property Value

Attributes

Remarks

Returns whether or not notifications posted to this channel are shown on the lockscreen in full or redacted form.

Android reference for android.app.NotificationChannel.getLockscreenVisibility.

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