MetadataAdmDto
data class MetadataAdmDto(var deviceId: String, var userAgent: String, var packageName: String, var buildNumber: String, var version: String, var userId: String? = null)
Parameters
deviceId
Unique identifier for the device.
userAgent
User agent string of the client.
packageName
Full qualified package name of the application
buildNumber
Build number of the application
version
Version of the application
userId
Optional identifier for the user.