AdCompanionResourceType
@objc(AASDKAdCompanionResourceType)
public enum AdCompanionResourceType : Int, CaseIterable
The preferred resource type to load and display in AdCompanionView instances.
-
Default. Let
AdswizzSDKselect and load the first valid resource forAdCompanionViewinstances.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