Language

Notification.BigPictureStyle.BigPicture Method

Definition

Overloads

Name Description
BigPicture(Bitmap)

Provide the bitmap to be used as the payload for the BigPicture notification.

BigPicture(Icon)

Provide the content Uri to be used as the payload for the BigPicture notification.

BigPicture(Bitmap)

Provide the bitmap to be used as the payload for the BigPicture notification.

[Android.Runtime.Register("bigPicture", "(Landroid/graphics/Bitmap;)Landroid/app/Notification$BigPictureStyle;", "GetBigPicture_Landroid_graphics_Bitmap_Handler")]
public virtual Android.App.Notification.BigPictureStyle BigPicture(Android.Graphics.Bitmap? b);
[<Android.Runtime.Register("bigPicture", "(Landroid/graphics/Bitmap;)Landroid/app/Notification$BigPictureStyle;", "GetBigPicture_Landroid_graphics_Bitmap_Handler")>]
abstract member BigPicture : Android.Graphics.Bitmap -> Android.App.Notification.BigPictureStyle
override this.BigPicture : Android.Graphics.Bitmap -> Android.App.Notification.BigPictureStyle

Parameters

b
Bitmap

Bitmap: This value may be null.

Returns

This Android.App.Notification.BigPictureStyle instance, allowing calls to be chained.

Attributes

Remarks

Provide the bitmap to be used as the payload for the BigPicture notification.

Android reference for android.app.Notification.BigPictureStyle.bigPicture.

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

BigPicture(Icon)

Provide the content Uri to be used as the payload for the BigPicture notification.

[Android.Runtime.Register("bigPicture", "(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$BigPictureStyle;", "GetBigPicture_Landroid_graphics_drawable_Icon_Handler", ApiSince=31)]
public virtual Android.App.Notification.BigPictureStyle BigPicture(Android.Graphics.Drawables.Icon? icon);
[<Android.Runtime.Register("bigPicture", "(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$BigPictureStyle;", "GetBigPicture_Landroid_graphics_drawable_Icon_Handler", ApiSince=31)>]
abstract member BigPicture : Android.Graphics.Drawables.Icon -> Android.App.Notification.BigPictureStyle
override this.BigPicture : Android.Graphics.Drawables.Icon -> Android.App.Notification.BigPictureStyle

Parameters

icon
Icon

Icon: This value may be null.

Returns

This Android.App.Notification.BigPictureStyle instance, allowing calls to be chained.

Attributes

Remarks

Provide the content Uri to be used as the payload for the BigPicture notification.

Android reference for android.app.Notification.BigPictureStyle.bigPicture.

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