ExoTimeoutException.TimeoutOperation


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation ExoTimeoutException.TimeoutOperation


The operation which produced the timeout error. One of TIMEOUT_OPERATION_RELEASE, TIMEOUT_OPERATION_SET_FOREGROUND_MODE, TIMEOUT_OPERATION_DETACH_SURFACE or TIMEOUT_OPERATION_UNDEFINED. Note that new operations may be added in the future and error handling should handle unknown operation values.