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 (readwrite, copy, nonatomic) NSString *_Nonnull tag;