> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/ja/get-started/configuration/5.-push-notifications.md).

# 5. プッシュ通知

NFCウォレットはプッシュ通知を使用します（対象） **LCM** イベント、支払いキー補充、およびトランザクション通知。

Androidでは、配信を実装します（使用する） **Firebase Cloud Messaging (FCM)**.

{% hint style="info" %}
Google PlayサービスがないHuawei端末では、を使用します **HMS Push Kit**.
{% endhint %}

### 実装に必要なこと

あなたの **デジタルウォレットアプリケーション** 次のことを行う必要があります：

* FCMまたはHMS Push Kitを構成する。
* 登録中にプッシュトークンを取得し、NFCウォレットSDKに渡す。
* NFCウォレットのバックエンドからの着信プッシュペイロードをNFCウォレットSDKにルーティングする。
* プッシュトークンの更新を処理し、NFCウォレットSDKを更新する。

### このセクションでは

* [プッシュプロバイダを設定する](/nfc-wallet-sdk-android/ja/get-started/configuration/5.-push-notifications/configure-push-provider.md)

  FCMまたはHMS Push Kitを設定する。
* [プッシュトークンを処理する](/nfc-wallet-sdk-android/ja/get-started/configuration/5.-push-notifications/handle-push-tokens.md)

  プッシュトークンをNFCウォレットSDKと同期させておく。
* [プッシュ通知の処理](/nfc-wallet-sdk-android/ja/get-started/configuration/5.-push-notifications/handle-push-notifications.md)

  着信するNFCウォレットのプッシュ通知をルーティングおよび処理する。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/ja/get-started/configuration/5.-push-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
