File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,6 +319,16 @@ export class IterableConfig {
319319 */
320320 encryptionEnforced = false ;
321321
322+ /**
323+ * Should the SDK enable and use embedded messaging?
324+ *
325+ * **Documentation**
326+ * - [Embedded Messaging Overview](https://support.iterable.com/hc/en-us/articles/23060529977364-Embedded-Messaging-Overview)
327+ * - [Android Embedded Messaging](https://support.iterable.com/hc/en-us/articles/23061877893652-Embedded-Messages-with-Iterable-s-Android-SDK)
328+ * - [iOS Embedded Messaging](https://support.iterable.com/hc/en-us/articles/23061840746900-Embedded-Messages-with-Iterable-s-iOS-SDK)
329+ */
330+ embeddedMessagingEnabled = false ;
331+
322332 /**
323333 * Converts the IterableConfig instance to a dictionary object.
324334 *
@@ -368,6 +378,7 @@ export class IterableConfig {
368378 pushPlatform : this . pushPlatform ,
369379 encryptionEnforced : this . encryptionEnforced ,
370380 retryPolicy : this . retryPolicy ,
381+ embeddedMessagingEnabled : this . embeddedMessagingEnabled ,
371382 } ;
372383 }
373384}
You can’t perform that action at this time.
0 commit comments