AdCompanionResourceType
@objc(AASDKAdCompanionResourceType)
public enum AdCompanionResourceType : Int, CaseIterableThe preferred resource type  to load and display in AdCompanionView instances.
- 
                  
                  Default. Let AdswizzSDKselect and load the first valid resource forAdCompanionViewinstances.DeclarationSwift case firstResourceAvailable
- 
                  
                  Select and load the first valid html resource. DeclarationSwift case html
- 
                  
                  Select and load the first valid iFrame resource. DeclarationSwift case iFrame
- 
                  
                  Select and load the first valid static image resource. DeclarationSwift case image
