public class TmpSdk
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static IBreeze |
BREEZE |
static Handler |
mHandler |
Constructor and Description |
---|
TmpSdk() |
Modifier and Type | Method and Description |
---|---|
static ICloudProxy |
getCloudProxy() |
static TmpInitConfig |
getConfig()
获取配置结构
|
static Context |
getContext()
获取上下文
|
static DeviceManager |
getDeviceManager()
获取设备管理类实例
|
static void |
init(Context context,
TmpInitConfig config)
tmpsdk 初始化接口
|
static void |
initLpbs(TmpInitConfig config) |
public static IBreeze BREEZE
public static Handler mHandler
public static void init(Context context, TmpInitConfig config)
context
- android应用上下文config
- tmpsdk初始化配置public static Context getContext()
public static TmpInitConfig getConfig()
public static DeviceManager getDeviceManager()
public static ICloudProxy getCloudProxy()
public static void initLpbs(TmpInitConfig config)