DeviceProfileResult
@Serializable
Data class representing the complete structure of collected device profile data.
This class encapsulates all the device profile information that can be collected, including the device identifier, metadata about the device hardware and software, and location information. It is serialized to JSON format for transmission to the server.
Constructors
Link copied to clipboard
constructor(identifier: String, metadata: JsonElement? = null, location: LocationInfo? = null, version: String)