JWAdEvent

@interface JWAdEvent : NSObject

Base class for various ad event classes. Exposes specific information based on the derived class.

  • tag

    The ad tag that for which the event was fired.

    Declaration

    Objective-C

    @property (nonatomic, copy, readwrite) NSString *_Nonnull tag;