public interface IoTCredentialListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRefreshIoTCredentialFailed(IoTCredentialManageError error)
当刷新IoT用户认证数据失败时触发
|
void |
onRefreshIoTCredentialSuccess(IoTCredentialData ioTCredentialData)
当刷新IoT用户认证数据成功时触发
|
void onRefreshIoTCredentialSuccess(IoTCredentialData ioTCredentialData)
ioTCredentialData - 成功刷新后的用户认证数据 IoTCredentialDatavoid onRefreshIoTCredentialFailed(IoTCredentialManageError error)
error - 刷新失败的错误描述 IoTCredentialManageError