EnhancementStatusCode

object EnhancementStatusCode


Status codes for Enhancement APIs.

Summary

Public functions

String
getStatusCodeString(statusCode: Int)

Returns untranslated debug string associated with the status code.

Constants

BINDER_DIED

const val BINDER_DIEDInt

DEVICE_NOT_SUPPORTED

const val DEVICE_NOT_SUPPORTEDInt

GLOBAL_INIT_FAILED

const val GLOBAL_INIT_FAILEDInt

INTERNAL_ERROR

const val INTERNAL_ERRORInt

INVALID_SURFACE

const val INVALID_SURFACEInt

MAX_SESSIONS_REACHED

const val MAX_SESSIONS_REACHEDInt

SERVICE_RELEASED

const val SERVICE_RELEASEDInt

SESSION_INIT_FAILED

const val SESSION_INIT_FAILEDInt

SUCCESS

const val SUCCESSInt

Public functions

getStatusCodeString

fun getStatusCodeString(statusCode: Int): String

Returns untranslated debug string associated with the status code.