SCAdEvent

@interface SCAdEvent : NSObject

This class describes a certain adEvent, as being sent for eventCallbacks.

  • Event type

    Declaration

    Objective-C

    @property (nonatomic) EventType type;
  • Always smartclip

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull issuer;
  • Adopted from the Bitmovin Player Events. Current client time

    Declaration

    Objective-C

    @property (nonatomic) NSTimeInterval timestamp;
  • Initalizer, takes a JSON formatted description string

    Declaration

    Objective-C

    - (nonnull id)initWithDescription:(nonnull NSString *)description;
  • Gives back a string describing the current event

    Declaration

    Objective-C

    - (nonnull NSString *)eventString;