@objcMembers
@objc
public class PusherClientOptions : NSObject
Undocumented
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
)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4