Language

Notification.WearableExtender.SetHintHideIcon(Boolean) Method

Definition

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

[Android.Runtime.Register("setHintHideIcon", "(Z)Landroid/app/Notification$WearableExtender;", "")]
public Android.App.Notification.WearableExtender? SetHintHideIcon(bool hintHideIcon);
[<Android.Runtime.Register("setHintHideIcon", "(Z)Landroid/app/Notification$WearableExtender;", "")>]
member this.SetHintHideIcon : bool -> Android.App.Notification.WearableExtender

Parameters

hintHideIcon
Boolean

boolean: true to hide the icon, false otherwise

Returns

this object for method chaining

Attributes

Remarks

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

Android reference for android.app.Notification.WearableExtender.setHintHideIcon.

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