Determines whether messages are suppressed or not.
const inAppMessaging = getInAppMessaging();const isSuppressed = isMessagesDisplaySuppressed(inAppMessaging); Copy
const inAppMessaging = getInAppMessaging();const isSuppressed = isMessagesDisplaySuppressed(inAppMessaging);
Determines whether messages are suppressed or not.
Example