-
public interface IThingHomePatchProjectName: ThingHomeKitSdk Description: . CreateDate: 2020/11/23 5:57 PM
-
-
Method Summary
Modifier and Type Method Description abstract voidgetDeviceBizPropList(IThingResultCallback<List<DeviceBizPropBean>> callback)abstract List<DeviceBizPropBean>getDeviceBizPropList()abstract DeviceBizPropBeangetDeviceBizProp(String devId)abstract voidclear()abstract voidonDestroy()-
-
Method Detail
-
getDeviceBizPropList
abstract void getDeviceBizPropList(IThingResultCallback<List<DeviceBizPropBean>> callback)
-
getDeviceBizPropList
abstract List<DeviceBizPropBean> getDeviceBizPropList()
-
getDeviceBizProp
abstract DeviceBizPropBean getDeviceBizProp(String devId)
-
clear
abstract void clear()
-
onDestroy
abstract void onDestroy()
-
-
-
-