Package com.iab.omid.library.adsession
Enum Class Owner
- All Implemented Interfaces:
Serializable
,Comparable<Owner>
,Constable
Identifies which integration layer is responsible for sending certain events.
Created by pharris on 01/09/2017.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe integration will send the event from a JavaScript session script.The integration will send the event from the native layer.The integration will not send the event. -
Method Summary
-
Enum Constant Details
-
NATIVE
The integration will send the event from the native layer. Translates to "native" string when published to the OM SDK JS service. -
JAVASCRIPT
The integration will send the event from a JavaScript session script. Translates to "javascript" string when published to the OM SDK JS service. -
NONE
The integration will not send the event.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
-