フライトの更新通知を受け取る
フライトの特定のフィールドが変更されたときに、ユーザーが 1 つ以上の搭乗券を追加した場合
デバイスにプッシュ通知が送信されます。これは、特定の条件が満たされた場合にのみ行われます。
ターミナルと搭乗ゲート
class.origin.terminal
または class.origin.gate
を変更すると、
次の条件が満たされると、フィールドが変更されたという通知が送信されます。
- あと 3 時間未満である
class.localScheduledDepartureDateTime
の前日まで。
通知の形式は、「Sample Airlines によってゲートが A1 に変更されました」のようになります。「
形式は変更できません。
搭乗時刻と出発時刻
class.localBoardingDateTime
を変更した場合
または class.localEstimatedOrActualDepartureDateTime
で、次の条件が満たされている場合、
フィールドが変更されたという通知が送信されます。
- あと 24 時間未満である
class.localScheduledDepartureDateTime
の前日まで。
- 時間の変更が 10 分以上である。
通知の形式は、「_Sample Airlines によって搭乗時間が
午後 6 時です。」形式や言語はカスタマイズできません。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-28 UTC。
[null,null,["最終更新日 2025-02-28 UTC。"],[[["Push notifications are sent to users with boarding passes when specific flight details like origin terminal, gate, boarding time, or departure time are changed, but only under certain conditions."],["Notifications regarding origin terminal or gate changes are triggered if the change occurs within three hours of the scheduled departure time."],["Boarding time or departure time change notifications are sent if the change is at least 10 minutes and within 24 hours of the scheduled departure."],["The notification formats for gate, boarding time, and departure time updates are pre-defined and cannot be customized."]]],["Flight information updates trigger push notifications to users with boarding passes when specific conditions are met. Changes to the origin terminal or gate send a notification if the flight is within three hours of departure. Alterations to boarding or departure times prompt notifications within 24 hours of departure, provided the change is 10 minutes or more. Notifications follow fixed formats: \"Sample Airlines has updated your gate to...\" or \"...boarding time to...\". The system does not allow to change the formats or the language.\n"]]