Class: Kaltura::Constants::Stats::EventType

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/stats.rb

Overview

The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.

See Also:

Constant Summary collapse

WIDGET_LOADED =

Widget loaded event.

1
MEDIA_LOADED =

Media loaded event.

2
PLAY =

Play event.

3
PLAY_REACHED_25 =

Player has reached 25% completed event.

4
PLAY_REACHED_50 =

Player has reached 50% completed event.

5
PLAY_REACHED_75 =

Player has reached 75% completed event.

6
PLAY_REACHED_100 =

Player has reached 100% completed event.

7
OPEN_EDIT =

Editor has been opened event.

8
OPEN_VIRAL =

Share button has been clicked.

9
OPEN_DOWNLOAD =

Download button has been clicked.

10
OPEN_REPORT =

Report has been generated.

11
BUFFER_START =

The player has started buffering.

12
BUFFER_END =

The player has ended buffering.

13
OPEN_FULL_SCREEN =

The fullscreen button has been clicked.

14
CLOSE_FULL_SCREEN =

The fullscreen window has been closed.

15
REPLAY =

The replay button has been clicked.

16
SEEK =

A seek event has fired.

17
OPEN_UPLOAD =

A KSU/KCW upload has begun.

18
SAVE_PUBLISH =

A KCW/KAE/KSE clip has been saved.

19
CLOSE_EDITOR =

A KCW/KAE/KSE clip has been saved.

20
PRE_BUMPER_PLAYED =

The ad at the start of the video has played

21
POST_BUMPER_PLAYED =

The ad at the end of the video has been played.

22
BUMPER_CLICKED =

The ad was clicked.

23
FUTURE_USE_1 =

When unicorns rule the earth.

24
FUTURE_USE_2 =

Reserved for when twitter gains sentience.

25
FUTURE_USE_3 =

Unsure.

26