-
public class ThingQRCodeActivatorBuilder
QR Code activation builder.
-
-
Method Summary
Modifier and Type Method Description long
getTimeOut()
Get the timeout of Activation. ThingQRCodeActivatorBuilder
setTimeOut(long timeOut)
String
getUuid()
Get uuid of device. ThingQRCodeActivatorBuilder
setUuid(String uuid)
long
getHomeId()
Get home id. ThingQRCodeActivatorBuilder
setHomeId(long homeId)
Context
getContext()
Get context. ThingQRCodeActivatorBuilder
setContext(Context context)
IThingSmartActivatorListener
getListener()
Get listener of activation. ThingQRCodeActivatorBuilder
setListener(IThingSmartActivatorListener listener)
-
-
Method Detail
-
getTimeOut
long getTimeOut()
Get the timeout of Activation.
-
setTimeOut
ThingQRCodeActivatorBuilder setTimeOut(long timeOut)
-
getUuid
String getUuid()
Get uuid of device.
-
setUuid
ThingQRCodeActivatorBuilder setUuid(String uuid)
-
getHomeId
long getHomeId()
Get home id.
-
setHomeId
ThingQRCodeActivatorBuilder setHomeId(long homeId)
-
getContext
Context getContext()
Get context.
-
setContext
ThingQRCodeActivatorBuilder setContext(Context context)
-
getListener
IThingSmartActivatorListener getListener()
Get listener of activation.com.thingclips.smart.sdk.api.IThingSmartActivatorListener
-
setListener
ThingQRCodeActivatorBuilder setListener(IThingSmartActivatorListener listener)
-
-
-
-