HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Set Notification Icon

Setting the notification icon is only available on Android devices.

Use this API to set the icon you'd like to show for Instabug related notifications. This method takes @DrawableRes int parameter.

Replies.setNotificationIcon(@DrawableRes int notificationIcon);
Replies.setNotificationIcon(@DrawableRes int notificationIcon)