SCAdPlayerEventType
enum SCAdPlayerEventType {}
Definition of Player events
-
Send when playback data is loaded
Declaration
Objective-C
EventTypeLoadedData
-
Send when player is switching to the play state
Declaration
Objective-C
EventTypePlay
-
Send when player is switching to the pause state
Declaration
Objective-C
EventTypePause
-
Send regular time updates while the player is playing
Declaration
Objective-C
EventTypeTimeupdate
-
Send when the volume has changed
Declaration
Objective-C
EventTypeVolumeChanged
-
Send when the playback has finished
Declaration
Objective-C
EventTypeEnded
-
Send when the player has detected an error
Declaration
Objective-C
EventTypeError