Triggered when rewardAvailable field is changed on Account.
function onAccountRewardAvailabilityUpdated(handler: function): void;
handler(event: AccountRewardAvailabilityUpdatedEnvelope): void | Promise<void>
import { accounts } from "@wix/loyalty";
accounts.onAccountRewardAvailabilityUpdated((event) => {
// handle your event here
});