Class NEAppPushProvider

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class NEAppPushProvider
extends NEProvider
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • NEAppPushProvider

      public NEAppPushProvider()
    • NEAppPushProvider

      protected NEAppPushProvider​(NSObject.Handle h, long handle)
    • NEAppPushProvider

      protected NEAppPushProvider​(NSObject.SkipInit skipInit)
  • Method Details

    • getProviderConfiguration

      public NSDictionary<NSString,​?> getProviderConfiguration()
      Since:
      Available in iOS 14.0 and later.
    • start

      @Deprecated public void start​(VoidBlock1<NSError> completionHandler)
      Deprecated.
      Use start
      Since:
      Available in iOS 14.0 and later.
    • start

      public void start()
      Since:
      Available in iOS 15.0 and later.
    • stop

      public void stop​(NEProviderStopReason reason, Runnable completionHandler)
      Since:
      Available in iOS 14.0 and later.
    • reportIncomingCall

      public void reportIncomingCall​(NSDictionary<?,​?> userInfo)
      Since:
      Available in iOS 14.0 and later.
    • handleTimerEvent

      public void handleTimerEvent()
      Since:
      Available in iOS 14.0 and later.