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