Last active
December 19, 2017 05:38
-
-
Save amanjain08/d5b136f3bfa9a1648354821e85fb2086 to your computer and use it in GitHub Desktop.
Push Logs
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
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