QNSessionDelegate
public protocol QNSessionDelegate : AnyObject
Delegate that notifies changes on the stack
-
Fired when the stack or wac change its state
Declaration
Swift
func qnClient(didChangeServerState serverState: QNServerState, didChangeStackState stackState: QNStackState)Parameters
serverStateCurrent wac state
stackStateCurrent stack state
QNSessionDelegate Protocol Reference