NativeAd.AdChoicesPlacement

public enum NativeAd.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 int
final @NonNull NativeAd.AdChoicesPlacement

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

final @NonNull NativeAd.AdChoicesPlacement[]

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

Public methods

getValue

public final int getValue()

valueOf

public final @NonNull NativeAd.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 NativeAd.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.