-
public interface IThingHomePatch
ProjectName: ThingHomeKitSdk Description: . CreateDate: 2020/11/23 5:57 PM
-
-
Method Summary
Modifier and Type Method Description abstract void
getDeviceBizPropList(IThingResultCallback<List<DeviceBizPropBean>> callback)
abstract List<DeviceBizPropBean>
getDeviceBizPropList()
abstract DeviceBizPropBean
getDeviceBizProp(String devId)
abstract void
clear()
abstract void
onDestroy()
-
-
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()
-
-
-
-