PushTokenRefreshedEvent

class PushTokenRefreshedEvent(val token: String, val src: ModuleIdentifier = ModuleIdentifier.PUSH_FEATURE_MODULE) : PushEvent

Constructors

Link copied to clipboard
constructor(token: String, src: ModuleIdentifier = ModuleIdentifier.PUSH_FEATURE_MODULE)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val src: ModuleIdentifier
Link copied to clipboard
val token: String

Functions

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

Convert the event to a JSON object.