Skip to content

Instantly share code, notes, and snippets.

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