JWAccessLogMetadataDelegate

@objc
public protocol JWAccessLogMetadataDelegate

Listens for new access log data from the player item

  • Fires when a new access log entry has been added for the player item.

    Declaration

    Swift

    func jwplayer(_ player: JWPlayer, didReceiveAccessLogMetadata metadata: JWAccessLogMetadata)

    Parameters

    player

    Player that the access log entry was created by.

    metadata

    Contains information about the access log entry.