Set Notification Icon

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

Replies.setNotificationIcon(@DrawableRes int notificationIcon);

Last updated