Class PushError

java.lang.Object
com.codename1.push.PushError

public final class PushError extends Object
A registration or delivery error reported by a push transport.
  • Constructor Details

    • PushError

      public PushError(String code, String message, boolean retryable)
  • Method Details

    • getCode

      public String getCode()
    • getMessage

      public String getMessage()
    • isRetryable

      public boolean isRetryable()