DeviceIdentifier

sealed class DeviceIdentifier

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

Types

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

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

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

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

Properties

Link copied to clipboard
abstract val id: String

Identifier of the running device.

Inheritors

Link copied to clipboard
Link copied to clipboard