handleVOIPNotificationAction()

Note: This API is supported from version 10.0.0.

The handleVOIPNotificationAction() API processes incoming VoIP push notifications, enabling the app to handle call-related actions.

Parameter:

  • info([AnyHashable: Any]): The notification payload received from APNs for an incoming VoIP call.
  • completion: A closure that must be called after the VoIP notification has been fully handled.
     

Example

CopiedZohoSalesIQCalls.handleVOIPNotificationAction(payload.dictionaryPayload) , completion: {
     completion()
 })