AdChoicesPlacement

public enum AdChoicesPlacement extends Enum


AdChoices icon placement.

Summary

Enum Values

BOTTOM_LEFT

The bottom left corner.

BOTTOM_RIGHT

The bottom right corner.

TOP_LEFT

The top left corner.

TOP_RIGHT

The top right corner.

Public methods

final @NonNull EnumEntries<@NonNull AdChoicesPlacement>

AdChoices icon placement.

final int
final @NonNull AdChoicesPlacement

Returns the enum constant of this type with the specified name.

final @NonNull AdChoicesPlacement[]

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

BOTTOM_LEFT

AdChoicesPlacement AdChoicesPlacement.BOTTOM_LEFT

The bottom left corner.

BOTTOM_RIGHT

AdChoicesPlacement AdChoicesPlacement.BOTTOM_RIGHT

The bottom right corner.

TOP_LEFT

AdChoicesPlacement AdChoicesPlacement.TOP_LEFT

The top left corner.

TOP_RIGHT

AdChoicesPlacement AdChoicesPlacement.TOP_RIGHT

The top right corner.

Public methods

getEntries

public final @NonNull EnumEntries<@NonNull AdChoicesPlacementgetEntries()

AdChoices icon placement.

getValue

public final int getValue()

valueOf

public final @NonNull AdChoicesPlacement valueOf(@NonNull 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.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

public final @NonNull AdChoicesPlacement[] 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.