JWAdDetailEvent

@protocol JWAdDetailEvent <NSObject>

Exposes additional details commonly found in ad events, and is a base class for other ad events.

  • The type of ad that is being played.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic) NSString *_Nonnull creativeType;
  • The client that is currently being used, vast, googima or freewheel.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) JWAdClient client;