Language

Notification.WearableExtender.SetHintAmbientBigPicture(Boolean) Method

Definition

This method was deprecated in API level 29.

[Android.Runtime.Register("setHintAmbientBigPicture", "(Z)Landroid/app/Notification$WearableExtender;", "", ApiSince=24)]
public Android.App.Notification.WearableExtender? SetHintAmbientBigPicture(bool hintAmbientBigPicture);
[<Android.Runtime.Register("setHintAmbientBigPicture", "(Z)Landroid/app/Notification$WearableExtender;", "", ApiSince=24)>]
member this.SetHintAmbientBigPicture : bool -> Android.App.Notification.WearableExtender

Parameters

hintAmbientBigPicture
Boolean

boolean: true to enable conversation and ambient

Returns

this object for method chaining

Attributes

Remarks

This method was deprecated in API level 29. This feature is no longer supported.

Set 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.setHintAmbientBigPicture.

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