Notification.WearableExtender.HintHideIcon Property

Definition

Get a hint that this notification's icon should not be displayed.

public bool HintHideIcon { [Android.Runtime.Register("getHintHideIcon", "()Z", "")] get; }
[<get: Android.Runtime.Register("getHintHideIcon", "()Z", "")>]
member this.HintHideIcon : bool

Property Value

true if this icon should not be displayed, false otherwise. The default value is false if this was never set.

Attributes

Remarks

Get a hint that this notification's icon should not be displayed.

Java documentation for android.app.Notification.WearableExtender.getHintHideIcon().

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