public interface BlockingType
Modifier and Type | Field and Description |
---|---|
static short |
BLOCKING
The blocking type.
|
static short |
DEFAULT
The default type.
|
static short |
NOT_BLOCKING
The not blocking type.
|
static short |
UI_BLOCKING
The UI blocking type, the action must be performed in the UI Thread.
|
static short |
UI_NOT_BLOCKING
The UI not blocking type, the action must be performed in the UI Thread.
|
static final short DEFAULT
static final short BLOCKING
static final short NOT_BLOCKING
static final short UI_NOT_BLOCKING
static final short UI_BLOCKING