-
public interface IThingDeviceSharePlugin
Created by daozhi on 2021/07/28
-
-
Method Summary
Modifier and Type Method Description abstract IThingHomeDeviceShare
getShareInstance()
Gets home device share manager instance. abstract void
getShareList(IThingResultCallback<List<DeviceRespBean>> callback)
Gets share list. abstract void
getGroupShareList(IThingResultCallback<List<GroupRespBean>> callback)
Gets group share list. -
-
Method Detail
-
getShareInstance
abstract IThingHomeDeviceShare getShareInstance()
Gets home device share manager instance.
-
getShareList
abstract void getShareList(IThingResultCallback<List<DeviceRespBean>> callback)
Gets share list.
- Parameters:
callback
- the callback IThingResultCallback
-
getGroupShareList
abstract void getGroupShareList(IThingResultCallback<List<GroupRespBean>> callback)
Gets group share list.
- Parameters:
callback
- the callback IThingResultCallback
-
-
-
-