WavecellObserverProtocol
public protocol WavecellObserverProtocol : AnyObject
The client object may adopt this protocol to be notified on SDK state change.
To receive notification the client object should be registered at Wavecell object as an observer.
-
Declaration
Swift
func handleStateChanged(_ state: Wavecell.State)
WavecellObserverProtocol Protocol Reference