-
public class ThingAutoConfigActivatorBuilderPassword-free activation builder.
-
-
Method Summary
Modifier and Type Method Description ContextgetContext()Get context. ThingAutoConfigActivatorBuildersetContext(Context context)StringgetToken()Get the token of activation. ThingAutoConfigActivatorBuildersetToken(String token)longgetTimeOut()Get the timeout of Activation. ThingAutoConfigActivatorBuildersetTimeOut(long timeOut)List<String>getDevIds()Get the list of activated devices. ThingAutoConfigActivatorBuildersetDevIds(List<String> devIds)IThingSmartActivatorListenergetListener()Get listener of activation. ThingAutoConfigActivatorBuildersetListener(IThingSmartActivatorListener listener)-
-
Method Detail
-
getContext
Context getContext()
Get context.
-
setContext
ThingAutoConfigActivatorBuilder setContext(Context context)
-
getToken
String getToken()
Get the token of activation.
-
setToken
ThingAutoConfigActivatorBuilder setToken(String token)
-
getTimeOut
long getTimeOut()
Get the timeout of Activation.
-
setTimeOut
ThingAutoConfigActivatorBuilder setTimeOut(long timeOut)
-
getDevIds
List<String> getDevIds()
Get the list of activated devices.
-
setDevIds
ThingAutoConfigActivatorBuilder setDevIds(List<String> devIds)
-
getListener
IThingSmartActivatorListener getListener()
Get listener of activation.com.thingclips.smart.sdk.api.IThingSmartActivatorListener
-
setListener
ThingAutoConfigActivatorBuilder setListener(IThingSmartActivatorListener listener)
-
-
-
-