Companion
object Companion
Functions
Link copied to clipboard
KARTE経由で送信された通知メッセージであるか判定します。
Link copied to clipboard
Link copied to clipboard
RemoteMessageからSDKが自動で処理するデータを取り出し、KarteAttributesインスタンスを返します。
データメッセージからSDKが自動で処理するデータを取り出し、KarteAttributesインスタンスを返します。
Link copied to clipboard
fun handleMessage(context: Context, message: RemoteMessage, notification: Notification?, defaultIntent: Intent? = null): Boolean
KARTE経由で送信された通知メッセージから、通知を作成・表示します。
fun handleMessage(context: Context, data: Map<String, String>, defaultIntent: Intent? = null): Boolean
fun handleMessage(context: Context, data: Map<String, String>, notification: Notification?, defaultIntent: Intent? = null): Boolean
KARTE経由で送信された通知メッセージ(データメッセージ)から、通知を作成・表示します。