Notifications
FRVR.notifications handles two distinct things under one namespace:
- Scheduled remote messages — the server schedules a push (or chatbot message on Facebook) to be delivered to this player at a future time.
- Local notifications — the device fires a notification N seconds from now while the app is backgrounded.
Check availability
Section titled “Check availability”Subscribe the player
Section titled “Subscribe the player”Consent‑gated; many channels require an explicit opt‑in before you can schedule:
Schedule a remote message
Section titled “Schedule a remote message”The buttons[].payload shows up in entry point data when the player arrives through the notification.
Schedule a local notification
Section titled “Schedule a local notification”Useful for short‑term reminders — e.g. “your energy is full in 30 minutes”:
Notifications: availability + subscribe
loading SDK…