MaxstARSDK
All Classes Namespaces Files Functions Variables
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)
 
 CameraDevicedRestricted =(101)
 
 CameraPermissionIsNotGranted =(102)
 
 CameraAlreadyOpened =(103)
 
 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

◆ CameraAlreadyOpened

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

◆ CameraDevicedRestricted

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

◆ CameraPermissionIsNotGranted

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

◆ CameraPermissionIsNotResolved

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

◆ 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: