Skip to content

Instantly share code, notes, and snippets.

@darko1002001
Created September 15, 2011 11:09
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 darko1002001/1219019 to your computer and use it in GitHub Desktop.
Save darko1002001/1219019 to your computer and use it in GitHub Desktop.
GCAsset.remove()
// Generate the request
GCBaseRequest request = GCAssets.delete(GCAccount.getInstance(getApplicationContext()), "414");
sync:
request.execute();
async:
new GCAsyncRunner(request,callback).execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment