DeviceIdentifier

sealed class DeviceIdentifier

Identifier of the device that can be used to receive push notifications.

Types

Firebase
Link copied to clipboard
data class Firebase(id: String) : Webcom.DeviceIdentifier

Device identifier for receiving push notifications using the Firebase Cloud Messaging library.

Huawei
Link copied to clipboard
data class Huawei(id: String) : Webcom.DeviceIdentifier

Device identifier for receiving push notifications using the Huawei Message Service library.

Properties

id
Link copied to clipboard
abstract val id: String

Identifier of the running device.

Inheritors

Webcom.DeviceIdentifier
Link copied to clipboard
Webcom.DeviceIdentifier
Link copied to clipboard