Created
July 29, 2016 00:47
-
-
Save marchbold/a29d9348cd66c654546ebc260f8df212 to your computer and use it in GitHub Desktop.
Container initialisation 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
| CloudStorage.service.documentStore.addEventListener( DocumentStoreEvent.INITIALISED, initialisedHandler ); | |
| CloudStorage.service.documentStore.setup(); // This will use the default / first container | |
| ... | |
| private function ds_initialisedHandler( event:DocumentStoreEvent ):void | |
| { | |
| trace( "cloud container initialised" ); | |
| } | |
| // com.distriqt.CloudStorage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment