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.

Constructors

Link copied to clipboard
constructor(deviceId: String, userAgent: String, packageName: String, buildNumber: String, version: String, userId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard