Notification.WearableExtender.HintAmbientBigPicture Property

Definition

Get a hint that this notification's BigPictureStyle (if present) should be converted to low-bit and displayed in ambient mode, especially useful for barcodes and qr codes, as well as other simple black-and-white tickets.

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

Property Value

true if it should be displayed in ambient, false otherwise otherwise. The default value is false if this was never set.

Attributes

Remarks

Get a hint that this notification's BigPictureStyle (if present) should be converted to low-bit and displayed in ambient mode, especially useful for barcodes and qr codes, as well as other simple black-and-white tickets.

This member is deprecated. This feature is no longer supported.

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

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