Device Management Response
data class DeviceManagementResponse(val deviceId: String, val provider: DeviceManagementProvider, val platform: String, val appVersion: String?, val language: String, val timezone: String, val tokenHash: String, val creationTime: Calendar, val lastChangeDate: Calendar)
Data class representing a push notification device registration for the authenticated user.
Properties
Link copied to clipboard
Application version associated with the device registration, when available.
Link copied to clipboard
The time when the device registration was created.
Link copied to clipboard
The time when the device registration was last changed.
Link copied to clipboard
Push notification delivery provider.