AppConfiguration
public extension AppConfiguration
-
Memberwise convenience initializer
All fields have sensible defaults if not set and typically do not need to be customized.
Declaration
Swift
@_disfavoredOverload convenience init(baseURL: String? = nil, transport: RLMNetworkTransport? = nil, defaultRequestTimeoutMS: UInt? = nil, enableSessionMultiplexing: Bool? = nil, syncTimeouts: SyncTimeoutOptions? = nil)Parameters
baseURLA custom Atlas App Services URL for when using a non-standard deployment
transportA network transport used for calls to the server.
defaultRequestTimeoutMSThe default timeout for non-sync HTTP requests made to the server.
enableSessionMultiplexingUse a single network connection per sync user rather than one per sync Realm.
syncTimeoutsTimeout options for sync connections.
View on GitHub
Install in Dash