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 (nonatomic, copy, readwrite) NSString *_Nonnull creativeType;
  • The client that is currently being used, vast, googima or freewheel.

    Declaration

    Objective-C

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