public interface ExpirationBehavior
forceRetry
.Modifier and Type | Field and Description |
---|---|
static int |
CONTINUE_EXPIRATION
Deprecated.
Symbolic constant to indicate that the expiration period should continue when the activity is retried.
|
static java.lang.String |
COPYRIGHT
Deprecated.
|
static int |
RESET_EXPIRATION
Deprecated.
Symbolic constant to indicate that the expiration timer is to be reset when the activity is retried.
|
static int |
SUPPRESS_EXPIRATION
Deprecated.
Symbolic constant to indicate that the activity should not expire when retried.
|
static final java.lang.String COPYRIGHT
static final int SUPPRESS_EXPIRATION
static final int RESET_EXPIRATION
static final int CONTINUE_EXPIRATION