MetadataAdmDto

constructor(deviceId: String, userAgent: String, packageName: String, buildNumber: String, version: String, 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.