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 viaaddMessagewithmessage_type: TEXT_AND_NOTIFY. Hard platform limit of 3 notifying messages per pass per 24 h; further attempts fail withQuotaExceededException.apple: Apple Wallet pass — notified via an APNs-triggered pass update carrying achangeMessagefield. No official figure; APNs throttles aggressive senders (delivery delayed or dropped).
Type Declaration
Apple
readonly Apple: "apple";
Google
readonly Google: "google";