Package-level declarations
Types
Link copied to clipboard
Type of the push notification device token.
Link copied to clipboard
Push notification delivery provider.
Link copied to clipboard
data class DeviceManagementRegisterRequest(val token: String, val deviceTokenType: DeviceManagementDeviceTokenType, val language: String? = null, val timezone: String? = null)
Request to create or replace a mobile device registration for push notifications.
Link copied to clipboard
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.