Create Data Connector
To use the Data Connector service and its features, the DataConnectorService needs to be initialized and a DataConnectorClient instance needs to be created. The initialize()
method will only need to be called once.
Create Data Connector Client
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
Warning
The fields ApiKey, ApiSecret, CloudEndPoint, SdkCacheDataDir, UserId, DeviceGuid, ApplicationInfo of SDKOptions must be populated as they are mandatory for data connector functionality.
The SDK is now ready to use!