MessageHandler

class MessageHandler

KARTEから送信された通知メッセージを処理する機能を提供するクラスです。

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

context
Link copied to clipboard
val context: Context
data
Link copied to clipboard
val data: Map<String, String>