com.metaio.sdk.jni
Class MetaioSDK

java.lang.Object
  extended by com.metaio.sdk.jni.MetaioSDK

public class MetaioSDK
extends Object


Constructor Summary
MetaioSDK()
           
 
Method Summary
static IMetaioSDKAndroid CreateMetaioSDKAndroid(Object activity, String appSignature)
           
static ISensorsComponent CreateSensorsComponent()
           
static boolean equals(Vector2d lhs, Vector2d rhs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaioSDK

public MetaioSDK()
Method Detail

equals

public static boolean equals(Vector2d lhs,
                             Vector2d rhs)

CreateSensorsComponent

public static ISensorsComponent CreateSensorsComponent()

CreateMetaioSDKAndroid

public static IMetaioSDKAndroid CreateMetaioSDKAndroid(Object activity,
                                                       String appSignature)