File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,13 @@ public class IterableConfig: NSObject {
129129 /// an expiration date field in it
130130 public var expiringAuthTokenRefreshPeriod : TimeInterval = 60.0
131131
132- /// If set to true, events will be queued locally when network is offline.
133- /// When the network is online again, the queued events will be sent to our backend.
134- public var enableOfflineMode = false
135-
136132 /// These are internal. Do not change
137133 internal var apiEndpoint = Endpoint . api
138134 internal var linksEndpoint = Endpoint . links
135+
136+ /// If set to true, events will be queued locally when network is offline.
137+ /// When the network is online again, the queued events will be sent to our backend.
138+ /// This is currently an experimental feature.
139+ /// Please *DO NOT* enable this option without talking to your customer service rep.
140+ internal var enableOfflineMode = false
139141}
You can’t perform that action at this time.
0 commit comments