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

Enable or Disable In-App Notifications

API reference for in-app notifications in Luciq. Users see a popup when a new reply arrives by default, and you can toggle it in code.

By default, your users will receive in-app notifications when they receive a new message. This in-app popup notification can be disabled or enabled as required using this API.

Replies.inAppNotificationsEnabled = false
LCQReplies.inAppNotificationsEnabled = NO;
Replies.setInAppNotificationEnabled(false);
Replies.setReplyNotificationEnabled(false)
Replies.setInAppNotificationsEnabled(false);
Replies.setInAppNotificationsEnabled(false);

Last updated