JWAdEvent

@objc
public class JWAdEvent : NSObject

A description of an ad event.

  • The type of event being reported.

    Declaration

    Swift

    @objc
    public let type: JWAdEventType
  • The ad client displaying the ad.

    Declaration

    Swift

    @objc
    public let client: JWAdClient
  • Subscript into the event to get property values. If no data exists for the property, nil is returned.

    Note

    For more information on the objects returned, refer to JWAdEventKey

    Declaration

    Swift

    @objc
    public subscript(key: JWAdEventKey) -> Any? { get }