Notification.WearableExtender.Background 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 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.