PushNotificationObserverProtocol
public protocol PushNotificationObserverProtocol : 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 VoiceSDK
object as an observer.
-
Declaration
Swift
func handlePushNotificationTokenChanged(_ token: String)
-
Declaration
Swift
func handleIncomingCallNotification(_ notification: [AnyHashable : Any], _ call: VoiceCall?)