GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.components.cross_platform
/
IHttpServiceComponent
IHttp
Service
Component
interface
IHttpServiceComponent
:
IComponent
Http服务组件,跨平台层实现,解析好数据后返回对应实体给应用层
Inheritors
GWIoT
Members
Functions
query
Default
Avatar
List
Link copied to clipboard
abstract
suspend
fun
queryDefaultAvatarList
(
)
:
GWResult
<
List
<
String
>
>
unbind
Device
Link copied to clipboard
abstract
suspend
fun
unbindDevice
(
deviceId
:
String
)
:
GWResult
<
Unit
>
upload
Push
Token
Link copied to clipboard
abstract
suspend
fun
uploadPushToken
(
termId
:
String
,
token
:
String
)
:
GWResult
<
Unit
>