We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215ddb8 commit 66937c6Copy full SHA for 66937c6
1 file changed
ios/RNIterableAPI/RNIterableAPI.mm
@@ -13,6 +13,7 @@ @protocol IterableInAppDelegate;
13
@protocol IterableCustomActionDelegate;
14
@protocol IterableAuthDelegate;
15
@protocol IterableURLDelegate;
16
+@protocol IterableEmbeddedUpdateDelegate;
17
typedef NS_ENUM(NSInteger, InAppShowResponse) {
18
show = 0,
19
skip = 1,
0 commit comments