Language

Notification.CarExtender.LargeIcon Property

Definition

Gets the large icon used in this car notification, or null if no icon has been set.

public Android.Graphics.Bitmap? LargeIcon { [Android.Runtime.Register("getLargeIcon", "()Landroid/graphics/Bitmap;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getLargeIcon", "()Landroid/graphics/Bitmap;", "", ApiSince=23)>]
member this.LargeIcon : Android.Graphics.Bitmap

Property Value

the large icon for the car notification

Attributes

Remarks

Gets the large icon used in this car notification, or null if no icon has been set.

See also:

Android reference for android.app.Notification.CarExtender.getLargeIcon.

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