Notification.WearableExtender.Background Property

Definition

Get a background image to be displayed behind the notification content.

public Android.Graphics.Bitmap? Background { [Android.Runtime.Register("getBackground", "()Landroid/graphics/Bitmap;", "")] get; }
[<get: Android.Runtime.Register("getBackground", "()Landroid/graphics/Bitmap;", "")>]
member this.Background : Android.Graphics.Bitmap

Property Value

the background image

Attributes

Remarks

Get a background image to be displayed behind the notification content. Contrary to the android.app.Notification.BigPictureStyle, this background will work with any notification style.

This member is deprecated. Background images are no longer supported.

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

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