-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum VideoActionType extends Enum<VideoActionType>
Enum defining video player action types for event tracking
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVideoActionType.Companion
-
Method Summary
Modifier and Type Method Description final StringgetActionType()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getActionType
final String getActionType()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-