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.

Java documentation 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