Set notification icon for Android
This API is used to set the icon for the Android Mobilisten notifications.
Parameter:
- resourceName - Add name of the icon in the drawable folder inside android, without extension.
Steps:
- Add the icon into the drawable folder of your project's resources (res/drawable).
- For example: If "ic_bell.xml" is the icon present in the drawable folder, then use the API like ZohoSalesIQ.setNotificationIconForAndroid("ic_bell");.
Syntax:
CopiedZohoSalesIQ.setNotificationIconForAndroid(String resourceName);
Example:
CopiedZohoSalesIQ.setNotificationIconForAndroid("ic_bell");