SCAdEvent

@interface SCAdEvent : NSObject

This class holds the advertisement information

  • Event type

    Declaration

    Objective-C

    @property (nonatomic) EventType type;
  • Always smartclip

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *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

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

    Declaration

    Objective-C

    - (NSString *)eventString;