Package com.intentsoftware.addapptr
Enum AppNexusOptions.ClickThroughAction
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AppNexusOptions.ClickThroughAction extends Enum<AppNexusOptions.ClickThroughAction>
Defines how clicks on AppNexus/Xandr ads should be handled
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<AppNexusOptions.ClickThroughAction>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULTDefault SDK behavior - no specific click handling is set
OPEN_SDK_BROWSEROpens clicked ads in an in-app browser
OPEN_DEVICE_BROWSEROpens clicked ads in the device's external browser
-
Method Summary
Modifier and Type Method Description final AppNexusOptions.ClickThroughActionvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<AppNexusOptions.ClickThroughAction>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<AppNexusOptions.ClickThroughAction>getEntries()Defines how clicks on AppNexus/Xandr ads should be handled -
-
Method Detail
-
valueOf
final AppNexusOptions.ClickThroughAction valueOf(String value)
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.)
-
values
final Array<AppNexusOptions.ClickThroughAction> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<AppNexusOptions.ClickThroughAction> getEntries()
Defines how clicks on AppNexus/Xandr ads should be handled
-
-
-
-