BMPAdClickedEvent


@interface BMPAdClickedEvent : BMPPlayerEvent

See BMPPlayerListener.h for more information on this event.

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable, readonly, copy) NSURL *clickThroughUrl

    Swift

    @NSCopying var clickThroughUrl: NSURL? { get }
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    + (instancetype)new NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithClickThroughUr:(nullable NSURL *)clickThroughUrl NS_DESIGNATED_INITIALIZER;

    Swift

    init(clickThroughUr clickThroughUrl: NSURL?)