PusherDelegate
@objc
public protocol PusherDelegate
Undocumented
-
Undocumented
Declaration
Swift
@objc optional func debugLog(message: String) -
Undocumented
Declaration
Swift
@objc optional func changedConnectionState(from old: ConnectionState, to new: ConnectionState) -
Undocumented
Declaration
Swift
@objc optional func subscribedToChannel(name: String) -
Undocumented
Declaration
Swift
@objc optional func failedToSubscribeToChannel(name: String, response: URLResponse?, data: String?, error: NSError?) -
Undocumented
Declaration
Swift
@objc optional func failedToDecryptEvent(eventName: String, channelName: String, data: String?) -
Undocumented
Declaration
Swift
@objc(receivedError:) optional func receivedError(error: PusherError)
View on GitHub
PusherDelegate Protocol Reference