Notification.WearableExtender.HintAmbientBigPicture 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.
This method was deprecated in API level 29.
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
This method was deprecated in API level 29. This feature is no longer supported.
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.
Android reference 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.