Enum AmpFirebaseEvent
java.lang.Object
java.lang.Enum<AmpFirebaseEvent>
com.akamai.amp.analytics.firebase.AmpFirebaseEvent
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AmpFirebaseEvent>
public enum AmpFirebaseEvent extends java.lang.Enum<AmpFirebaseEvent>
-
Enum Constant Summary
Enum Constants Enum Constant Description AD_ENDAD_ERRORAD_LOADAD_PAUSEAD_RESUMEAD_STARTADBREAK_ENDADBREAK_STARTADSBITRATE_SWITCHBUFFER_ENDBUFFER_STARTCAPTIONSCAPTIONS_DISABLECAPTIONS_ENABLEENDERRORON_BACKGROUNDON_FOREGROUNDPAUSEPLAYPLAYBACKRESUMESEEK_ENDSEEK_STARTSTARTSTOP -
Field Summary
Fields Modifier and Type Field Description AmpFirebaseEventparentType -
Method Summary
Modifier and Type Method Description static AmpFirebaseEventvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AmpFirebaseEvent[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Enum Constant Details
-
PLAYBACK
-
PLAY
-
STOP
-
START
-
RESUME
-
PAUSE
-
BUFFER_START
-
BUFFER_END
-
SEEK_START
-
SEEK_END
-
ERROR
-
ON_BACKGROUND
-
ON_FOREGROUND
-
BITRATE_SWITCH
-
END
-
ADS
-
AD_LOAD
-
ADBREAK_START
-
AD_START
-
AD_PAUSE
-
AD_RESUME
-
AD_END
-
ADBREAK_END
-
AD_ERROR
-
CAPTIONS
-
CAPTIONS_ENABLE
-
CAPTIONS_DISABLE
-
-
Field Details
-
parentType
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-