agentId property
Use this property to set and retrieve the name and version of the SDK.
Syntax
Call syntax
NSString* configval; // give relevant initial value
config.agentId = configval
configval = config.agentId
Declaration
(copy, nonatomic) NSString *agentId
Type:NSString*
The agent id to be configured.