SessionDelegate
public protocol SessionDelegate : AnyObject
Delegate that notifies changes on the stack
-
Fired when the stack or wac change its state
Declaration
Swift
func sippoClient(didChangeSippoState sippoState: SippoServerState, didChangeStackState stackState: StackState)Parameters
sippoStateCurrent wac state
stackStateCurrent stack state
SessionDelegate Protocol Reference