クラス PushNotificationResultDetailKey

java.lang.Object
org.iplass.mtp.pushnotification.fcmv1.PushNotificationResultDetailKey

public class PushNotificationResultDetailKey extends Object
PushNotificationResult の詳細キーを定義します

FCM HTTP v1 API のプッシュ通知実行結果における、詳細情報を取得するためのキーです。 本クラスで定義されているキーは、 PushNotificationResult.getDetail(String) のパラメータとして利用します。

  • フィールド詳細

    • DETAIL_LIST

      public static final String DETAIL_LIST
      レスポンス詳細キー:詳細リスト

      本キーで取得した結果は List<PushNotificationResponseDetail>となります。

      関連項目: