Package 

Interface CTPushProvider

    • Method Summary

      Modifier and Type Method Description
      abstract PushType getPushType() Returns the delivery type.
      abstract boolean isAvailable() If the underlying push provider is currently available.
      abstract boolean isSupported() If the underlying push provider is supported on the device.
      abstract int minSDKSupportVersionCode() The minimum SDK version code to support the provider.
      abstract void requestToken() Requests the push registration token.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isAvailable

         abstract boolean isAvailable()

        If the underlying push provider is currently available.

      • isSupported

         abstract boolean isSupported()

        If the underlying push provider is supported on the device.

      • minSDKSupportVersionCode

         abstract int minSDKSupportVersionCode()

        The minimum SDK version code to support the provider.

      • requestToken

         abstract void requestToken()

        Requests the push registration token.