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
Enum representing push platform; apple push notification service, production vs sandbox
70
-
*/
71
-
@objcpublicenumPushServicePlatform:Int{
72
-
/** The sandbox push service */
73
-
case sandbox
74
-
/** The production push service */
75
-
case production
76
-
/** Detect automatically */
77
-
case auto
59
+
@objc(log:message:)
60
+
func log(level:LogLevel, message:String)
78
61
}
79
62
80
63
/**
81
64
Iterable Configuration Object. Use this when initializing the API.
82
65
*/
83
-
@objcMemberspublicclassIterableConfig:NSObject{
66
+
@objcMembers
67
+
publicclassIterableConfig:NSObject{
84
68
/**
85
69
* You don't have to set this variable. Set this value only if you are an existing Iterable customer who has already setup mobile integrations in Iterable Web UI.
86
70
* In that case, set this variable to the push integration name that you have set for 'APNS' in Iterable Web UI.
0 commit comments