MessageIdUpdatedEvent

class MessageIdUpdatedEvent(val messageId: String, val notificationId: Int) : SdkEvent

Constructors

Link copied to clipboard
constructor(messageId: String, notificationId: Int)

Properties

Link copied to clipboard
val messageId: String
Link copied to clipboard

Functions

Link copied to clipboard
fun toJson(): JSONObject
Link copied to clipboard
open override fun toString(): String