data class DeviceIdentifier(val identifier: String)
DeviceIdentifier
(
identifier
)
|
Signature
constructor(identifier: String) Parameters identifier: String
The string representation of the device identifier
Returns DeviceIdentifier |
identifier
: String
[Get] |
The string representation of the device identifier
Signature
val identifier: String |
toString
()
|
Signature
open override fun toString(): String Returns String |