Created
July 29, 2016 00:59
-
-
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
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
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