AdCompanionResourceType

@objc(AASDKAdCompanionResourceType)
public enum AdCompanionResourceType : Int, CaseIterable

The preferred resource type to load and display in AdCompanionView instances.

  • Default. Let AdswizzSDK select and load the first valid resource for AdCompanionView instances.

    Declaration

    Swift

    case firstResourceAvailable
  • Select and load the first valid html resource.

    Declaration

    Swift

    case html
  • Select and load the first valid iFrame resource.

    Declaration

    Swift

    case iFrame
  • Select and load the first valid static image resource.

    Declaration

    Swift

    case image