Method AddDrawableResource
AddDrawableResource(string, Texture2D, NotificationIconType)
Add image to notification settings.
Declaration
public static void AddDrawableResource(string id, Texture2D image, NotificationIconType type)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Image identifier |
| Texture2D | image | Image texture, must be obtained from asset database |
| NotificationIconType | type | Image type |