Skip to content

Instantly share code, notes, and snippets.

@stevygee
Last active March 25, 2018 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevygee/960f2bada9dab282f14be5b8d403ebf3 to your computer and use it in GitHub Desktop.
Save stevygee/960f2bada9dab282f14be5b8d403ebf3 to your computer and use it in GitHub Desktop.
Data format for in-game notifications in Phombie Flow
{
"notifications": [
{
"service": "email",
"subject": "International Lotterie",
"content": "Offizieller Benachricht: Sie habe 1 Millon gewonnen!",
"onDelete": "0",
"onRead": "2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment