Uses of Class
com.metaio.sdk.jni.ISensorsComponent

Packages that use ISensorsComponent
com.metaio.sdk   
com.metaio.sdk.jni   
 

Uses of ISensorsComponent in com.metaio.sdk
 

Subclasses of ISensorsComponent in com.metaio.sdk
 class SensorsComponentAndroid
          This class provide an easy interface to the device sensors such as GPS, Gravity etc.
 

Methods in com.metaio.sdk with parameters of type ISensorsComponent
static void UnityProxy.registerSensorsComponent(long jarg2, ISensorsComponent jarg2_)
           
 

Uses of ISensorsComponent in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return ISensorsComponent
static ISensorsComponent MetaioSDK.CreateSensorsComponent()
           
 ISensorsComponent IMetaioSDK.getRegisteredSensorsComponent()
          pointer to the sensors component or NULL See: metaio::ISensorsComponent registerSensorsComponent
 

Methods in com.metaio.sdk.jni with parameters of type ISensorsComponent
static long ISensorsComponent.getCPtr(ISensorsComponent obj)
           
 void IMetaioSDK.registerSensorsComponent(ISensorsComponent sensors)
          Pass NULL to de-register sensors component.