Entry point
FRVR.entrypoint tells you why this session started: a normal launch, a shared context from a friend, a challenge invite, a push‑notification deep link, etc.
Use it to jump the player straight into the relevant screen instead of the main menu.
Get the name
Section titled “Get the name”Get the payload
Section titled “Get the payload”Payload shape varies by channel and entry point; treat the object as opaque and validate the fields you care about.
Get a specific property
Section titled “Get a specific property”Handy when a channel exposes debugging knobs or overrides:
Typical flow
Section titled “Typical flow”Entrypoint: read name + data
loading SDK…