copyInfoToIntent

Deprecated

This method has restrictions on click measurement. If you want to show custom notification, pass Notification instance to 'handleMessage(Context,Map<String, String>,Notification?,Intent?): Boolean'.

Replace with

MessageHandler.handleMessage(context, data, notification, intent)

プッシュ通知の開封イベントの送信に必要なパラメータをIntentにコピーします。

Parameters

data

通知データ

intent

Intent

通知メッセージをクリックした際に開始するアクティビティの情報