Skip to content

Instantly share code, notes, and snippets.

@edewit
Last active January 3, 2016 05:59
Show Gist options
  • Save edewit/8419990 to your computer and use it in GitHub Desktop.
Save edewit/8419990 to your computer and use it in GitHub Desktop.
...
public void onRegistered(String channelId, String simplePushEndPoint) {
final PushConfig config = new PushConfig();
config.setDeviceToken(channelId);
config.setSimplePushEndpoint(simplePushEndPoint);
unifiedPushClient.register(config);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment