NativeAssetTitle

@objcMembers
public class NativeAssetTitle : NativeAsset

Represents a title asset in a native ad.

  • ext

    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

    length

    The maximum length of the title.

    required

    A boolean indicating whether the asset is required.