public interface BlockingType
| Modifier and Type | Field and Description | 
|---|---|
| static short | BLOCKINGThe blocking type. | 
| static short | DEFAULTThe default type. | 
| static short | NOT_BLOCKINGThe not blocking type. | 
| static short | UI_BLOCKINGThe UI blocking type, the action must be performed in the UI Thread. | 
| static short | UI_NOT_BLOCKINGThe 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