JWAdTimeEvent

@protocol JWAdTimeEvent <JWAdDetailEvent, JWTimeEvent>

JWAdTimeEvent denotes the sequence of the current ad.

  • Returns the sequence number the ad is a part of.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) NSUInteger sequence;
  • Returns the total number of ads in a pod.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) NSUInteger podCount;