Contents

appPushManager(_:didReceiveIncomingCallWithUserInfo:)

A delegate method that the framework invokes when the provider reports an incoming call.

Declaration

func appPushManager(_ manager: NEAppPushManager, didReceiveIncomingCallWithUserInfo userInfo: [AnyHashable : Any] = [:])

Parameters

  • manager:

    The local push manager that receives the call.

  • userInfo:

    A dictionary of custom information that the provider supplied in its call to Reportincomingcall(userinfo:).

Discussion

The framwork calls this method on your delegate when the provider calls the reportIncomingCall(userInfo:) method.