Notification.setIcon()
This API would let you set a resource id for the icon that is to be displayed in the notifications.
PARAMETERS
resId: Id of the icon that is to be used in the notifications.
Syntax:
CopiedZohoSalesIQ.Notification.setIcon(int resId)
Example:
CopiedZohoSalesIQ.Notification.setIcon(R.drawable.ic_notification);