Skip to content

Instantly share code, notes, and snippets.

@johnmjackson
Created June 12, 2017 19:00
Show Gist options
  • Save johnmjackson/8dd57c2f34758bbdfbedcd881134e613 to your computer and use it in GitHub Desktop.
Save johnmjackson/8dd57c2f34758bbdfbedcd881134e613 to your computer and use it in GitHub Desktop.
// Send a simple message
FxoMessenger.sendMessage('Hey!');
// Send a message with metadata
FxoMessenger.sendMessage('Hey!', {
user_id: 12345,
name: 'John Doe'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment