public interface NEAppPushDelegate
Delegate for NEAppPushManager.
| Modifier and Type | Method and Description |
|---|---|
void |
appPushManagerDidReceiveIncomingCallWithUserInfo(NEAppPushManager manager,
NSDictionary<?,?> userInfo)
appPushManager:didReceiveIncomingCallWithUserInfo:userInfo
|
void appPushManagerDidReceiveIncomingCallWithUserInfo(NEAppPushManager manager, NSDictionary<?,?> userInfo)
This delegate method is called when the provider reports incoming call using reportIncomingCommunicationWithUserInfo method.
userInfo - A dictionary of custom information that the provider passes to reportIncomingCommunicationWithUserInfo method.