> 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 Wallet はプッシュ通知を次の目的で使用します **LCM** イベント、支払いキーの再補充、および取引通知。

Android では、以下を使用してプッシュ配信を実装します **Firebase Cloud Messaging（FCM）**.

{% hint style="info" %}
Google Play 開発者サービスのない Huawei デバイスでは、以下を使用します **HMS Push Kit**.
{% endhint %}

### 実装する必要がある内容

あなたの **デジタルウォレットアプリケーション** 必須項目:

* FCM または HMS Push Kit を設定します。
* 登録時にプッシュトークンを取得し、NFC Wallet SDK に渡します。
* NFC Wallet バックエンドからの受信プッシュペイロードを NFC Wallet SDK にルーティングします。
* プッシュトークンの更新を処理し、NFC Wallet 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 Wallet SDK と同期した状態に保ちます。
* [プッシュ通知の処理](/nfc-wallet-sdk-android/ja/get-started/configuration/5.-push-notifications/handle-push-notifications.md)

  NFC Wallet の受信プッシュ通知をルーティングし、処理します。


---

# 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
