Webcom Android API
/
com.orange.webcom.sdkv2
/
Webcom
/
DeviceIdentifier
Device
Identifier
sealed class
DeviceIdentifier
Content copied to clipboard
Identifier of the device that can be used to receive push notifications.
Types
Properties
Inheritors
Types
Firebase
Link copied to clipboard
data class
Firebase
(id:
String
) :
Webcom.DeviceIdentifier
Content copied to clipboard
Device identifier for receiving push notifications using the Firebase Cloud Messaging library.
Huawei
Link copied to clipboard
data class
Huawei
(id:
String
) :
Webcom.DeviceIdentifier
Content copied to clipboard
Device identifier for receiving push notifications using the Huawei Message Service library.
Properties
id
Link copied to clipboard
abstract val
id
:
String
Content copied to clipboard
Identifier of the running device.
Inheritors
Webcom.DeviceIdentifier
Link copied to clipboard
Webcom.DeviceIdentifier
Link copied to clipboard