TTLServiceClientConfiguration Class Reference
Inherits from | NSObject |
---|---|
Declared in | TTLServiceClient.h |
Overview
A configuration that can be used with [TTLServiceClient configureServiceClient:] to configure the service client.
The configuration contains several properties that allow to customize the behaviour of the service client and the SDK itself.
automaticActivation
Controls if the activation process is start automatically or not.
@property (nonatomic) BOOL automaticActivation
Discussion
Controls if the activation process is start automatically or not.
If set to TRUE the activation of a LINK 100 device is started automatically when the device and the backend are connected. If set to FALSE [TTLServiceClient startActivationForDevice:] needs to be called to trigger the activation.
Declared In
TTLServiceClient.h