AdAssetState

@objc(AASDKAdAssetState)
public enum AdAssetState : Int

The states for an AdAsset object.

  • The asset is in an error state.

    Declaration

    Swift

    case unknown
  • The asset has been scheduled for loading.

    Declaration

    Swift

    case scheduled
  • The asset has been created and is about to start loading.

    Declaration

    Swift

    case initialized
  • The asset is loading its data.

    Declaration

    Swift

    case loading
  • The asset has finished loading.

    Declaration

    Swift

    case ready
  • The asset encountered an error during loading.

    Declaration

    Swift

    case failed