Package com.naver.ads.webview.mraid
Enum MraidPlacementType
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MraidPlacementType extends Enum<MraidPlacementType>
Represents an placement type of MRAID.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringkeyprivate final EnumEntries<MraidPlacementType>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description INLINEthe default ad placement that with content in the display.
INTERSTITIALthe ad placement is over laid on top of content
-
Method Summary
Modifier and Type Method Description final MraidPlacementTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<MraidPlacementType>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetKey()final EnumEntries<MraidPlacementType>getEntries()Represents an placement type of MRAID. -
-
Method Detail
-
valueOf
final MraidPlacementType 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.)
- Parameters:
value- the key value to be processed by the MRAID script.
-
values
final Array<MraidPlacementType> 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<MraidPlacementType> getEntries()
Represents an placement type of MRAID.
-
-
-
-