Skip to content

Instantly share code, notes, and snippets.

@coreyjs
Created January 24, 2015 00:29
Show Gist options
  • Save coreyjs/61689f88918c394a019b to your computer and use it in GitHub Desktop.
Save coreyjs/61689f88918c394a019b to your computer and use it in GitHub Desktop.
Init Pulsar Unity Plugin
PulsarManager = new Pulsar();
PulsarManager.Initialize("API_KEY", "APP_KEY");
string testData = @"{
""app"": ""my game"",
""version"" : ""0.0.1"",
""game"" : {
""level"" : ""1""}} ";
StartCoroutine(PulsarManager.AddEventMessage("1", testData));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment