Interface SuspendConstants


public interface SuspendConstants
The interface SuspendConstants encapsulates constants related to suspension mechanism.
  • Field Details

    • TIME_UNIT_SECONDS

      static final byte TIME_UNIT_SECONDS
      Time Unit : seconds = 0
      See Also:
    • TIME_UNIT_MINUTES

      static final byte TIME_UNIT_MINUTES
      Time Unit : minutes = 1
      See Also:
    • TIME_UNIT_HOURS

      static final byte TIME_UNIT_HOURS
      Time Unit : hours = 2
      See Also:
    • TIME_UNIT_DAYS

      static final byte TIME_UNIT_DAYS
      Time Unit : days = 3
      See Also:
    • TIME_UNIT_TEN_DAYS

      static final byte TIME_UNIT_TEN_DAYS
      Time Unit : 10 days = 4
      See Also:
    • SUSPEND_REQUEST_REJECTED

      static final short SUSPEND_REQUEST_REJECTED
      Suspension request rejection = -1
      See Also:
    • COMPARE_IS_EQUAL

      static final short COMPARE_IS_EQUAL
      Compare if time values are equal = 1
      See Also:
    • COMPARE_IS_LOWER

      static final short COMPARE_IS_LOWER
      Compare time is lower = 2
      See Also:
    • COMPARE_IS_HIGHER

      static final short COMPARE_IS_HIGHER
      Compare time is higher = 3
      See Also:
    • COMPARE_IS_NOT_EQUAL

      static final short COMPARE_IS_NOT_EQUAL
      Compare if time values are not equal = 4
      See Also: