SelfPromotion

public class SelfPromotion : OnAppAd

manage self promotion tracking

  • Advertising identifier

    Declaration

    Swift

    @objc public var adId: Int = 0
  • 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 = CustomObjects(selfPromotion: self)
  • Send self promotion touch hit

    Declaration

    Swift

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

    Declaration

    Swift

    @objc public func sendImpression()