Skip to main content

Variable.WalletNotificationChannel

const WalletNotificationChannel: {
Apple: "apple";
Google: "google";
};

Wallet platform materializing a loyalty card, able to receive push notifications attached to the pass.

  • google: Google Wallet loyalty object — notified via addMessage with message_type: TEXT_AND_NOTIFY. Hard platform limit of 3 notifying messages per pass per 24 h; further attempts fail with QuotaExceededException.
  • apple: Apple Wallet pass — notified via an APNs-triggered pass update carrying a changeMessage field. No official figure; APNs throttles aggressive senders (delivery delayed or dropped).

Type Declaration

NameTypeDefault value
Apple"apple"'apple'
Google"google"'google'