reportNewIncomingVoIPPushPayload(_:)
Reports a new incoming conversation after your notification service extension decrypts a VoIP request.
Declaration
final class func reportNewIncomingVoIPPushPayload(_ payload: [AnyHashable : Any]) async throwsParameters
- payload:
A dictionary containing additional data about the incoming conversation. All keys and values in the dictionary must implement the Nssecurecoding protocol.