Package apple.networkextension.protocol
Interface NEAppPushDelegate
-
public interface NEAppPushDelegate[@protocol] NEAppPushDelegate Delegate for NEAppPushManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappPushManagerDidReceiveIncomingCallWithUserInfo(NEAppPushManager manager, NSDictionary<?,?> userInfo)appPushManager:didReceiveIncomingCallWithUserInfo:userInfo This delegate method is called when the provider reports incoming call using reportIncomingCommunicationWithUserInfo method.
-
-
-
Method Detail
-
appPushManagerDidReceiveIncomingCallWithUserInfo
void appPushManagerDidReceiveIncomingCallWithUserInfo(NEAppPushManager manager, NSDictionary<?,?> userInfo)
appPushManager:didReceiveIncomingCallWithUserInfo:userInfo This delegate method is called when the provider reports incoming call using reportIncomingCommunicationWithUserInfo method.- Parameters:
userInfo- A dictionary of custom information that the provider passes to reportIncomingCommunicationWithUserInfo method.
-
-