PusherClientOptions
@objcMembers
@objc
public class PusherClientOptions : NSObjectUndocumented
- 
                  
                  Undocumented DeclarationSwift public var authMethod: AuthMethod
- 
                  
                  Undocumented DeclarationSwift public let attemptToReturnJSONObject: Bool
- 
                  
                  Undocumented DeclarationSwift public let autoReconnect: Bool
- 
                  
                  Undocumented DeclarationSwift public let host: String
- 
                  
                  Undocumented DeclarationSwift public let port: Int
- 
                  
                  Undocumented DeclarationSwift public let path: String?
- 
                  
                  Undocumented DeclarationSwift public let useTLS: Bool
- 
                  
                  Undocumented DeclarationSwift public let activityTimeout: TimeInterval?
- 
                  
                  Undocumented DeclarationSwift @nonobjc public init( authMethod: AuthMethod = .noMethod, attemptToReturnJSONObject: Bool = true, autoReconnect: Bool = true, host: PusherHost = .defaultHost, port: Int? = nil, path: String? = nil, useTLS: Bool = true, activityTimeout: TimeInterval? = nil )
- 
                  
                  Undocumented DeclarationSwift convenience init( ocAuthMethod authMethod: OCAuthMethod, autoReconnect: Bool = true, ocHost host: OCPusherHost = PusherHost.defaultHost.toObjc(), port: NSNumber? = nil, useTLS: Bool = true, activityTimeout: NSNumber? = nil )
- 
                  
                  Undocumented DeclarationSwift convenience init( ocAuthMethod authMethod: OCAuthMethod, attemptToReturnJSONObject: Bool = true, autoReconnect: Bool = true, ocHost host: OCPusherHost = PusherHost.defaultHost.toObjc(), port: NSNumber? = nil, useTLS: Bool = true, activityTimeout: NSNumber? = nil )
- 
                  
                  Undocumented DeclarationSwift convenience init(authMethod: OCAuthMethod)
- 
                  
                  Undocumented DeclarationSwift func setAuthMethod(authMethod: OCAuthMethod)
 View on GitHub
View on GitHub PusherClientOptions Class Reference
        PusherClientOptions Class Reference