-
public class ThingAutoConfigActivatorBuilder
Password-free activation builder.
-
-
Method Summary
Modifier and Type Method Description Context
getContext()
Get context. ThingAutoConfigActivatorBuilder
setContext(Context context)
String
getToken()
Get the token of activation. ThingAutoConfigActivatorBuilder
setToken(String token)
long
getTimeOut()
Get the timeout of Activation. ThingAutoConfigActivatorBuilder
setTimeOut(long timeOut)
List<String>
getDevIds()
Get the list of activated devices. ThingAutoConfigActivatorBuilder
setDevIds(List<String> devIds)
IThingSmartActivatorListener
getListener()
Get listener of activation. ThingAutoConfigActivatorBuilder
setListener(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)
-
-
-
-