Device Management Register Request
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.
Constructors
Link copied to clipboard
constructor(token: String, deviceTokenType: DeviceManagementDeviceTokenType, language: String? = null, timezone: String? = null)