Event

@objc(AASDKEvent)
public protocol Event : NSObjectProtocol

The Event protocol describes basic data for an event.

  • Extra data for an event.

    Declaration

    Swift

    @objc
    var extraAdData: [String : Any]? { get }
  • Event type as a string.

    Declaration

    Swift

    @objc
    var stringEvent: String { get }