For the complete documentation index, see llms.txt. This page is also available as Markdown.

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