Skip to content

Commit 66937c6

Browse files
committed
feat: declare IterableEmbeddedUpdateDelegate protocol for embedded message updates
1 parent 215ddb8 commit 66937c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ios/RNIterableAPI/RNIterableAPI.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ @protocol IterableInAppDelegate;
1313
@protocol IterableCustomActionDelegate;
1414
@protocol IterableAuthDelegate;
1515
@protocol IterableURLDelegate;
16+
@protocol IterableEmbeddedUpdateDelegate;
1617
typedef NS_ENUM(NSInteger, InAppShowResponse) {
1718
show = 0,
1819
skip = 1,

0 commit comments

Comments
 (0)