NativeAssetTitle
@objcMembers
public class NativeAssetTitle : NativeAsset
Represents a title asset in a native ad.
-
Additional custom properties for the title asset.
Declaration
Swift
public var ext: AnyObject? -
Initializes a new instance of
NativeAssetTitle.Declaration
Swift
public required init(length: NSInteger, required: Bool)Parameters
lengthThe maximum length of the title.
requiredA boolean indicating whether the asset is required.