Notification.CarExtender.SetLargeIcon(Bitmap) Method
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.
Sets the large icon of the car notification.
[Android.Runtime.Register("setLargeIcon", "(Landroid/graphics/Bitmap;)Landroid/app/Notification$CarExtender;", "", ApiSince=23)]
public Android.App.Notification.CarExtender? SetLargeIcon(Android.Graphics.Bitmap? largeIcon);
[<Android.Runtime.Register("setLargeIcon", "(Landroid/graphics/Bitmap;)Landroid/app/Notification$CarExtender;", "", ApiSince=23)>]
member this.SetLargeIcon : Android.Graphics.Bitmap -> Android.App.Notification.CarExtender
Parameters
- largeIcon
- Bitmap
Bitmap: the large icon to use in the car notification
Returns
this object for method chaining
- Attributes
Remarks
Sets the large icon of the car notification. If no large icon is set in the extender, Android Auto will display the icon specified by Notification.Builder.setLargeIcon(android.graphics.Bitmap)
Android reference for android.app.Notification.CarExtender.setLargeIcon.
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.