You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sample/Judo Braze Demo App/AppDelegate.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, ABKInAppMessageController
47
47
}
48
48
49
49
@IBActionfunc buttonClicked(_ sender:Any){
50
-
// Fire a Braze Event. If you have an appropriate campaign set up in your Braze settings for this event to open an IAP with the `judo-experience` extra field added, then this should open the Experience.
50
+
// Fire a Braze Event. If you have an appropriate campaign set up in your Braze settings for this event to open an IAM with the `judo-experience` extra field added, then this should open the Experience.
51
51
Appboy.sharedInstance()?.logCustomEvent("My Test Event")
/// This method a helper for launching Judo Experiences when a `judo-experience` extra is added to a Braze In-App message, which you can use from a `ABKInAppMessageControllerDelegate`. See the documentation included with this module for more details.
34
+
/// This method a helper for launching Judo Experiences when a `judo-experience` extra is added to a Braze In-App Message, which you can use from a `ABKInAppMessageControllerDelegate`. See the documentation included with this module for more details.
0 commit comments