Skip to content

Commit fadbe7c

Browse files
tapashmajumderroninopf
authored andcommitted
Make enableOfflineMode internal for now.
1 parent 4d687ba commit fadbe7c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

swift-sdk/IterableConfig.swift

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)