Package 

Interface IThingDeviceSharePlugin

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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