public interface TimerBehavior
forceRetry
as an example.Modifier and Type | Field and Description |
---|---|
static int |
CONTINUE_TIMER
Symbolic constant to indicate that the timer period should continue when the activity is retried.
|
static java.lang.String |
COPYRIGHT |
static int |
RESET_TIMER
Symbolic constant to indicate that the timer is to be reset when the activity is retried.
|
static int |
SUPPRESS_TIMER
Symbolic constant to indicate that the activity should not time out when retried.
|
static final java.lang.String COPYRIGHT
static final int SUPPRESS_TIMER
static final int RESET_TIMER
static final int CONTINUE_TIMER