Package 

Enum FailedReason

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      VAPID_REQUIRED

      The distributor requires a VAPID key and you didn't provide one during registration.

      ACTION_REQUIRED

      The distributor requires a user action to work. For instance, the distributor may be log out of the push server and requires the user to log in. The user must interact with the distributor or sending a new registration will fail again.

      NETWORK

      The registration failed because of missing network connection, try again when network is back.

      INTERNAL_ERROR

      This is a generic error type, you can try to register again directly.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait