Settings
public struct Settings
-
Declaration
Swift
public var clientEnabled: Bool
-
Declaration
Swift
public var hostEnabled: Bool
-
Declaration
Swift
public var hostConnectCode: ConnectCode
-
Declaration
Swift
public var displayName: String
-
Declaration
Swift
public var p2pEnabled: Bool
-
Declaration
Swift
public var pairRequestBehavior: PairRequestBehavior
-
If devices from the same user are automatically paired
- @since 14.2
- @deprecated as of 14.8. Use {@link autoPairBehavior}
Declaration
Swift
public var sameUserAutoPair: Bool
-
If devices from the same user and/or team are automatically paired
- @since 14.8
Declaration
Swift
public var autoPairBehavior: AutoPairBehavior
-
Declaration
Swift
public init(json: [String : Any])