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.
Replies.inAppNotificationsEnabled = falseLCQReplies.inAppNotificationsEnabled = NO;Replies.setInAppNotificationEnabled(false);Replies.setReplyNotificationEnabled(false)Replies.setInAppNotificationsEnabled(false);Replies.setInAppNotificationsEnabled(false);Last updated