-
public class ThingQRCodeActivatorBuilderQR Code activation builder.
-
-
Method Summary
Modifier and Type Method Description longgetTimeOut()Get the timeout of Activation. ThingQRCodeActivatorBuildersetTimeOut(long timeOut)StringgetUuid()Get uuid of device. ThingQRCodeActivatorBuildersetUuid(String uuid)longgetHomeId()Get home id. ThingQRCodeActivatorBuildersetHomeId(long homeId)ContextgetContext()Get context. ThingQRCodeActivatorBuildersetContext(Context context)IThingSmartActivatorListenergetListener()Get listener of activation. ThingQRCodeActivatorBuildersetListener(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)
-
-
-
-