JWAdCompanionType
@objc
public enum JWAdCompanionType : Int
extension JWAdCompanionType: CustomStringConvertible
Constants representing the type of creative in an ad companion.
-
An iFrame
Declaration
Swift
case iframe -
A static image
Declaration
Swift
case `static` -
An HTML page or resource
Declaration
Swift
case html -
Declaration
Swift
public var description: String { get }