reportIncomingCall(userInfo:)
Informs the manager about an incoming call.
Declaration
func reportIncomingCall(userInfo: [AnyHashable : Any] = [:])Parameters
- userInfo:
A dictionary of custom information associated with the incoming call. The dictionary’s values must only use data types supported by Propertylistserialization; you can’t use custom types for the values.
Discussion
Call this method when your provider determines it’s receiving an incoming call on the connection. The manager’s delegate receives this dictionary as-is.