Package com.intentsoftware.addapptr
Enum AATKit.AdChoicesIconPosition
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AATKit.AdChoicesIconPosition extends Enum<AATKit.AdChoicesIconPosition>
Defines possible positions for AdChoices icon for Google native ads.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<AATKit.AdChoicesIconPosition>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description TOP_LEFTTOP_RIGHTBOTTOM_LEFTBOTTOM_RIGHT
-
Method Summary
Modifier and Type Method Description final AATKit.AdChoicesIconPositionvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<AATKit.AdChoicesIconPosition>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<AATKit.AdChoicesIconPosition>getEntries()Defines possible positions for AdChoices icon for Google native ads. -
-
Method Detail
-
valueOf
final AATKit.AdChoicesIconPosition 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<AATKit.AdChoicesIconPosition> 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<AATKit.AdChoicesIconPosition> getEntries()
Defines possible positions for AdChoices icon for Google native ads.
-
-
-
-