We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f23f3 commit 59b7cb4Copy full SHA for 59b7cb4
iOS_SDK/OneSignalSDK/Source/OneSignal.m
@@ -721,6 +721,10 @@ + (void)setInAppMessageClickHandler:(OSInAppMessageClickBlock)block {
721
[OSMessagingController.sharedInstance setInAppMessageClickHandler:block];
722
}
723
724
++ (void)setInAppMessageDelegate:(NSObject<OSInAppMessageDelegate> *_Nullable)delegate; {
725
+ [OneSignal onesignal_Log:ONE_S_LL_VERBOSE message:@"In app message delegate set successfully"];
726
+}
727
+
728
/*
729
Called after setAppId and setLaunchOptions, depending on which one is called last (order does not matter)
730
*/
0 commit comments