SelfPromotion

public class SelfPromotion : OnAppAd

manage self promotion tracking

  • Advertising identifier

    Declaration

    Swift

    @objc
    public var adId: Int
  • Advertising format

    Declaration

    Swift

    @objc
    public var format: String?
  • Product identifier

    Declaration

    Swift

    @objc
    public var productId: String?
  • Get a wrapper for Custom objects management

    Declaration

    Swift

    @objc
    public lazy var customObjects: CustomObjects { get set }
  • Send self promotion touch hit

    Declaration

    Swift

    @objc
    public func sendTouch()
  • Send self promotion view hit

    Declaration

    Swift

    @objc
    public func sendImpression()