UpdateNotificationRequest

data class UpdateNotificationRequest(val notificationIds: List<String>? = null, val pushToken: String, val updateAll: Boolean = false) : Parcelable

Constructors

Link copied to clipboard
constructor(notificationIds: List<String>? = null, pushToken: String, updateAll: Boolean = false)

Properties

Link copied to clipboard

List of notification ids, required if updateAll is false

Link copied to clipboard

Push token, required if updateAll is true

Link copied to clipboard
val updateAll: Boolean = false

flag used for update all notifications, in this case notificationIds parameter is ignored

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)