SCAdEvent

@interface SCAdEvent : NSObject

This class holds the advertisement information

  • Event type

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) EventType type;
  • Always smartclip

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    - (NSString *)eventString;