Set Notification Icon
API reference for setting the notification icon for Luciq push notifications. Customize the icon shown in push notifications for in-app replies.
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);Replies.setNotificationIcon(@DrawableRes int notificationIcon)Last updated