DownloadableAssetState
@objc(AASDKDownloadableAssetState)
public enum DownloadableAssetState : IntThe states for a DownloadableAsset object.
- 
                  
                  The asset is in an error state. DeclarationSwift case unknown
- 
                  
                  The asset has been created and is about to start loading. DeclarationSwift case initialized
- 
                  
                  The asset is downloading its data. DeclarationSwift case downloading
- 
                  
                  The asset has finished downloading. DeclarationSwift case ready
- 
                  
                  The asset encountered an error during loading. DeclarationSwift case failed
