Property LargeIcon
LargeIcon
Notification large icon.
Add a large icon to the notification content view. This image will be shown on the left of the notification view in place of the small icon (which will be placed in a small badge atop the large icon).
The icon has to be registered in Notification Settings or a PNG file has to be placed in the res/drawable folder of the Android library plugin
and it's name has to be specified without the extension.
Alternatively it can be a file path or system supported URI.
Declaration
public string LargeIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |