MaxstARSDK
com.maxst.ar.ResultCode Enum Reference
Collaboration diagram for com.maxst.ar.ResultCode:
Collaboration graph

Public Member Functions

int getValue ()
 

Static Public Member Functions

static ResultCode getCodeFromInt (int value)
 

Public Attributes

 Success =(0)
 
 CameraPermissionIsNotResolved =(100)
 
 CameraDeviceRestricted =(101)
 
 CameraPermissionIsNotGranted =(102)
 
 CameraAlreadyOpened =(103)
 
 CameraAccessException =(104)
 
 CameraNotExist =(105)
 
 CameraOpenTimeOut =(106)
 
 FlashLightUnsupported =(107)
 
 TrackerAlreadyStarted =(200)
 
 UnknownError =(1000)
 

Detailed Description

API call return value

Member Function Documentation

◆ getCodeFromInt()

static ResultCode com.maxst.ar.ResultCode.getCodeFromInt ( int  value)
static
Here is the caller graph for this function:

◆ getValue()

int com.maxst.ar.ResultCode.getValue ( )

Member Data Documentation

◆ CameraAccessException

com.maxst.ar.ResultCode.CameraAccessException =(104)

◆ CameraAlreadyOpened

com.maxst.ar.ResultCode.CameraAlreadyOpened =(103)

◆ CameraDeviceRestricted

com.maxst.ar.ResultCode.CameraDeviceRestricted =(101)

◆ CameraNotExist

com.maxst.ar.ResultCode.CameraNotExist =(105)

◆ CameraOpenTimeOut

com.maxst.ar.ResultCode.CameraOpenTimeOut =(106)

◆ CameraPermissionIsNotGranted

com.maxst.ar.ResultCode.CameraPermissionIsNotGranted =(102)

◆ CameraPermissionIsNotResolved

com.maxst.ar.ResultCode.CameraPermissionIsNotResolved =(100)

◆ FlashLightUnsupported

com.maxst.ar.ResultCode.FlashLightUnsupported =(107)

◆ Success

com.maxst.ar.ResultCode.Success =(0)

◆ TrackerAlreadyStarted

com.maxst.ar.ResultCode.TrackerAlreadyStarted =(200)

◆ UnknownError

com.maxst.ar.ResultCode.UnknownError =(1000)

The documentation for this enum was generated from the following file: