WavecellPushNotificationObserverProtocol
public protocol WavecellPushNotificationObserverProtocol : AnyObject
The client object may adopt this protocol to observe the push notification token change.
To receive notification the client object should be registered at Wavecell object as an observer.
-
Declaration
Swift
func handlePushNotificationTokenChanged(_ token: String) -
Declaration
Swift
func handleIncomingCallNotification(_ notification: [AnyHashable : Any], _ call: VoiceCall?)
WavecellPushNotificationObserverProtocol Protocol Reference