NativeImageAssetType
@objc
public enum NativeImageAssetType : Int
Enum representing various types of native image assets used in ads.
Each case corresponds to a different type of image asset that can be used in native ads. Values are defined according to the role or importance of the image in the ad.
-
Represents an icon image, which is typically a small image used as a visual representation of the product or service.
Declaration
Swift
case icon = 1
-
Represents the main image of the ad, which is usually the primary visual element and central to the ad’s presentation.
Declaration
Swift
case main = 3
-
Reserved for exchange-specific usage.
Declaration
Swift
case custom = 500