JWViewabilityEvent

@protocol JWViewabilityEvent <NSObject>

JWViewabilityEvent is emitted when the viewability status of the player changes

  • Whether the player is viewable or not

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) BOOL viewable;