SIDTagManager
From version 6.3.0 the library enables unique job configuration for multiple jobs which are sent at once using submitAll() and these may have different user id information and or job configuration
This is optional for when you are calling submit() method from SIDNetworkRequest
class but if you are using submitAll() then this is required .
SIDNetworkRequest
class but if you are using submitAll() then this is required .Below is a general example of how this could be used, however you may use the tag manager class for every job configuration
Step 1 User Id Information Example (can be used)
Instantiate the tag manager object from the singleton
Step 2
Setup the metadata for the job
Step 3
Before submitting the job save the configuration for the job by calling
Once the above method has been called you may call the methods fro SIDNetworkRequest
class and the library will associate the correct job to the correct configuration
Last updated