SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
Loading...
Searching...
No Matches
Instance Methods | Protected Types | Properties | List of all members
SCAdEvent Class Reference

This class forms a wrapper around player events. More...

#import <SCAdEvent.h>

Inheritance diagram for SCAdEvent:

Instance Methods

(id) - initWithDescription:
 
(NSString *) - eventString
 Gives back a string describing the current event.
 

Protected Types

enum  EventType {
  EVENT_TYPE_UNDEFINED = -1 , ON_AD_CLICKED , ON_AD_ERROR , ON_AD_FINISHED ,
  ON_AD_STOPPED , ON_AD_LINEARITY_CHANGE , ON_AD_MANIFEST_LOADED , ON_AD_MANIFEST_LOAD_ERROR ,
  ON_AD_PLAYBACK_FINISHED , ON_AD_LOADED , ON_AD_SKIPPED , ON_AD_START ,
  ON_AD_STARTED , ON_AD_FIRST_QUARTILE , ON_AD_IMPRESSION , ON_AD_CREATIVE_VIEW ,
  ON_AD_MID_POINT , ON_AD_PAUSED , ON_AD_PLAYBACK_START , ON_AD_PLAYING ,
  ON_AD_THIRD_QUARTILE , ON_AD_SIZE_CHANGED , ON_AD_PROGRESS , ON_AD_REWIND ,
  ON_AD_VOLUME_CHANGED , ON_AD_UNMUTED , ON_AD_MUTED , ON_ENTER_FULLSCREEN ,
  ON_EXIT_FULLSCREEN , ON_PLAYER_EXPAND , ON_PLAYER_COLLAPSE , ON_CLOSED_CAPTIONS_DETECTED ,
  ON_COMPANIONS_DETECTED , ON_EXTENSIONS_DETECTED , ON_VERIFICATION_DETECTED , ON_ICONS_DETECTED ,
  ON_ICON_CLICKED , ON_AD_SKIPPABLE_STATE_CHANGE , ON_COMPANION_CREATIVE_VIEW , ON_COMPANION_CLICKED ,
  ON_AD_NONLINEAR_FINISHED , ON_AD_NONLINEAR_STOPPED , ON_AD_SLOT_START , ON_AD_SLOT_STARTED ,
  ON_AD_SLOT_FINISHED , ON_AD_SLOT_STOPPED , ON_AD_SLOT_COMPLETE , ON_AD_SLOT_DURATION_CHANGE ,
  ON_PLAYBACK_FINISHED , ON_AD_REINSERTION_ACTIVATION , ON_HOMAD_PENALTY , ON_GENERAL_ERROR ,
  ON_AD_WARNING , ON_AD_VIEWABLE , ON_AD_NOT_VIEWABLE , ON_AD_VIEWABLE_UNDETERMINED
}
 Type of events that are fired during the progress of an ad slot.
 
typedef enum SCAdEvent::EventType EventType
 Type of events that are fired during the progress of an ad slot.
 

Properties

EventType type
 Event type.
 
NSString * issuer
 Always smartclip.
 
NSTimeInterval timestamp
 Adopted from the Bitmovin Player Events. Current client time.
 

Detailed Description

This class forms a wrapper around player events.

Method Documentation

◆ initWithDescription:

- (id) initWithDescription: (NSString *)  description

Initalizer, takes a JSON formatted description string

  • Parameter description: adInfo as JSON formatted string

The documentation for this class was generated from the following file: