Created
December 2, 2014 22:35
-
-
Save CHLibrarian/fdc6b2ad855e0a0a9bdd to your computer and use it in GitHub Desktop.
ContextHub Application Services Register App (Android)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MyContextHubApp extends Application { | |
@Override | |
public void onCreate() { | |
super.onCreate(); | |
// Register with ContextHub | |
ContextHub.init(this, "YOUR-APP-ID-HERE"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment