AutoPairBehavior
public enum AutoPairBehavior : String
Auto pair behavior types @since 14.8
-
No automatic pairing
- @since 14.8
Declaration
Swift
case manual -
Automatically pair with devices from the same user
- @since 14.8
Declaration
Swift
case auto_user -
Automatically pair with devices from the same user and/or team
- @since 14.8
Declaration
Swift
case auto_user_team -
Declaration
Swift
public init?(string: String)