LinkVisual Media SDK(Android) v2.7.0-ilop
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
com.aliyun.iotx.iot.tmp.IotThingManager Class Reference

Public Member Functions

IotThing buildThing (String iotId)
 
void destroyThing (IotThing iotThing)
 

Static Public Member Functions

static synchronized IotThingManager getInstance ()
 

Static Public Attributes

static final String TAG = "LV_IotThingManager"
 

Detailed Description

@Author: EverettLi.ll @Date: 8/31/23 @Description:

Member Function Documentation

◆ buildThing()

IotThing com.aliyun.iotx.iot.tmp.IotThingManager.buildThing ( String  iotId)
inline

创建 IotThing 对象, 该对象会被加入管理者维护的物的队列中

Parameters
iotId物的唯一标识符, 该 id 是物在注册绑定时由云端颁发
Returns
返回 IotThing 对象

◆ destroyThing()

void com.aliyun.iotx.iot.tmp.IotThingManager.destroyThing ( IotThing  iotThing)
inline

销毁 IotThing 对象,在 Thing 不再需要时调用此方法 可以将其从 管理者维护的物的队列中删除

Parameters
iotThingIotThing 的对象指针