com.metaio.sdk.jni
Enum EAREL_MEDIA_EVENT
java.lang.Object
java.lang.Enum<EAREL_MEDIA_EVENT>
com.metaio.sdk.jni.EAREL_MEDIA_EVENT
- All Implemented Interfaces:
- Serializable, Comparable<EAREL_MEDIA_EVENT>
public enum EAREL_MEDIA_EVENT
- extends Enum<EAREL_MEDIA_EVENT>
EAME_WEBSITE_CLOSED
public static final EAREL_MEDIA_EVENT EAME_WEBSITE_CLOSED
EAME_VIDEO_CLOSED
public static final EAREL_MEDIA_EVENT EAME_VIDEO_CLOSED
EAME_SOUND_COMPLETE
public static final EAREL_MEDIA_EVENT EAME_SOUND_COMPLETE
values
public static EAREL_MEDIA_EVENT[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EAREL_MEDIA_EVENT c : EAREL_MEDIA_EVENT.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EAREL_MEDIA_EVENT valueOf(String name)
- 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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
swigValue
public final int swigValue()
swigToEnum
public static EAREL_MEDIA_EVENT swigToEnum(int swigValue)