AdAssetQuality

@objc(AASDKAdAssetQuality)
public enum AdAssetQuality : Int

The AdAssetQuality provides quality options for which assets will be cached/played by the AdManager.

  • low

    Low quality

    Declaration

    Swift

    case low
  • Medium-high quality

    Declaration

    Swift

    case medium
  • High-very high quality

    Declaration

    Swift

    case high
  • Dynamic quality, which is auto-set depending on network conditions and other criteria

    Declaration

    Swift

    case auto