Created
October 20, 2012 15:21
-
-
Save olegflo/3923552 to your computer and use it in GitHub Desktop.
qbdoc
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
| // call method createLocation without context | |
| QBLocations.createLocation(location, new QBCallbackImpl() { | |
| @Override | |
| public void onComplete(Result result) { | |
| // use onComplete method without context | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment