Device

data class Device(val accountUuid: UUID, val registrationId: RegistrationId)

Represents a device which is linked to end-user's Account.

Constructors

Link copied to clipboard
constructor(accountUuid: UUID, registrationId: RegistrationId)

Properties

Link copied to clipboard

The account's UUID which the device is linked to.

Link copied to clipboard

The registrationId of the device.