-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULTAny other task that needs to run in the background. These will typically be short-lived operations that take <100ms, such as registering a android.content.BroadcastReceiver.
INTERNAL_REPORTA task that sends an internal error report to Bugsnag.
IOA task that performs I/O, such as reading a file on disk. This should NOT include operations related to error/session storage - use ERROR_REQUEST or SESSION_REQUEST instead.
SESSION_REQUESTA task that sends a session request. Any filesystem operations that persist/delete sessions must be submitted using this type.
ERROR_REQUESTA task that sends an error request. Any filesystem operations that persist/delete errors must be submitted using this type.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-