Method RemoveDrawableResource
RemoveDrawableResource(int)
Remove icon at given index from notification settings.
Declaration
public static void RemoveDrawableResource(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Index of image to remove |
RemoveDrawableResource(string)
Remove icon with given identifier from notification settings.
Declaration
public static void RemoveDrawableResource(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | ID of the image to remove |