Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marchbold/5777219c8956f43e106b927ffbb5f25f to your computer and use it in GitHub Desktop.
Save marchbold/5777219c8956f43e106b927ffbb5f25f to your computer and use it in GitHub Desktop.
Check cloud document storage is available on the current device using the Cloud Storage ANE
if (CloudStorage.service.documentStore.isAvailable)
{
// Cloud document storage is available
}
else
{
// Handle this situation appropriately
}
// com.distriqt.CloudStorage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment