Notification.WearableExtender.HintHideIcon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.