SCAdPlayerEvent
@interface SCAdPlayerEvent : NSObject
Use this class to communicate between your playerController and the sequencer
-
Initializer
Declaration
Objective-C
- (nonnull instancetype)initWithPlayerEventType:(SCAdPlayerEventType)eventType;
-
Get the event as string
Declaration
Objective-C
- (nonnull NSString *)eventTypeString;