Skip to content

Instantly share code, notes, and snippets.

@pushlink
Forked from celiovasconcelos/mono.cs
Last active August 29, 2015 14:18
Show Gist options
  • Save pushlink/6138c3a2cc1791400de1 to your computer and use it in GitHub Desktop.
Save pushlink/6138c3a2cc1791400de1 to your computer and use it in GitHub Desktop.
//C# for MonoDroid
//place (side-by-side) PushLink jar and dll into the project
using Com.Pushlink.Android;
...
PushLink.Start(this, Resource.Drawable.Icon, "yourApiKey", "yourDeviceID");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment