Interface NEAppPushDelegate


  • public interface NEAppPushDelegate
    [@protocol] NEAppPushDelegate Delegate for NEAppPushManager.
    • 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.