Android.App.Notification.ExtraBackgroundImageUri Field
Notification.Extras key: A Android.Content.ContentUris pointing to an image that can be displayed in the background when the notification is selected.

Syntax

[Android.Runtime.Register("EXTRA_BACKGROUND_IMAGE_URI")]
public const string ExtraBackgroundImageUri

Remarks

Notification.Extras key: A Android.Content.ContentUris pointing to an image that can be displayed in the background when the notification is selected. The URI must point to an image stream suitable for passing into Android.Graphics.BitmapFactory.DecodeStream(System.IO.Stream); all other content types will be ignored. The content provider URI used for this purpose must require no permissions to read the image data.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1