Maxst AR SDK 4.0.0  4.0.0
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
com.maxst.ar.WearableDeviceController Class Referenceabstract
Inheritance diagram for com.maxst.ar.WearableDeviceController:
com.maxst.ar.BT200Controller com.maxst.ar.BT300SeriesController com.maxst.ar.NullWearableController com.maxst.ar.ODGR7Controller com.maxst.ar.RevelioController

Public Member Functions

boolean isSupportedWearableDevice ()
 
String getModelName ()
 
void extendSurface (boolean toggle)
 
void extendWindow (boolean toggle)
 
void setStereoMode (boolean toggle)
 
boolean isSurfaceExtended ()
 
boolean isWindowExtended ()
 
boolean isStereoEnabled ()
 
boolean isSideBySideType ()
 

Static Public Member Functions

static WearableDeviceController createDeviceController (Activity activity)
 

Protected Attributes

Activity activity
 

Member Function Documentation

◆ createDeviceController()

static WearableDeviceController com.maxst.ar.WearableDeviceController.createDeviceController ( Activity  activity)
inlinestatic

Create each device's controller

Returns
Instance of device controller

◆ extendSurface()

void com.maxst.ar.WearableDeviceController.extendSurface ( boolean  toggle)
inline

Extend SurfaceView (For ODG-R7)

Parameters
toggleTrue extend SurfaceView size, False restore SurfaceView size

◆ extendWindow()

void com.maxst.ar.WearableDeviceController.extendWindow ( boolean  toggle)
inline

Extend Window (For ODG-R7)

Parameters
toggleTrue extend window size, Fals restore window size

◆ getModelName()

String com.maxst.ar.WearableDeviceController.getModelName ( )
inline

Device model name (Same to Build.MODEL)

Returns
model name

◆ setStereoMode()

void com.maxst.ar.WearableDeviceController.setStereoMode ( boolean  toggle)
inline

Toggle device's display mode

Parameters
toggleTrue 3d mode False 2d mode

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