Skip to content

Instantly share code, notes, and snippets.

@amanjain08
Last active December 19, 2017 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amanjain08/d5b136f3bfa9a1648354821e85fb2086 to your computer and use it in GitHub Desktop.
Save amanjain08/d5b136f3bfa9a1648354821e85fb2086 to your computer and use it in GitHub Desktop.
Push Logs
HyperLog.setURL(“API URL”);
HyperLog.pushLogs(this, false, new HLCallback() {
@Override
public void onSuccess(@NonNull Object response) {
//Handle Log Push Success
}
@Override
public void onError(@NonNull VolleyError errorResponse) {
// Handle Log Push Error
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment