App Info
@JsonClass(generateAdapter = true )
Content copied to clipboard
AppInfo captures the details of app running the SDK.
Important property is customEventMetaData, If customEventMetaData is set after the SDK initialization
then it can retrieved from customEventMetaData from Entry/Exit callbacks. customEventMetaData stores data in a map as Key-value pairs
Example:
AppInfo(customerApplicationId=io.bluedot.hostapp,
appBuildVersion=1.0.0.124,
customEventMetaData={identifier=4ad56fe596996b30, testInstanceId=65541177cb141ea3dfe8a10b},
minSdkVersion=21,
compileSdkVersion=33,
targetSdkVersion=31,
sdkVersion=15.6.0)
Content copied to clipboard