public static enum MoPubRecyclerAdapter.ContentChangeStrategy extends java.lang.Enum<MoPubRecyclerAdapter.ContentChangeStrategy>
| Enum Constant and Description |
|---|
INSERT_AT_END |
KEEP_ADS_FIXED |
MOVE_ALL_ADS_WITH_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
static MoPubRecyclerAdapter.ContentChangeStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoPubRecyclerAdapter.ContentChangeStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoPubRecyclerAdapter.ContentChangeStrategy INSERT_AT_END
public static final MoPubRecyclerAdapter.ContentChangeStrategy MOVE_ALL_ADS_WITH_CONTENT
public static final MoPubRecyclerAdapter.ContentChangeStrategy KEEP_ADS_FIXED
public static MoPubRecyclerAdapter.ContentChangeStrategy[] values()
for (MoPubRecyclerAdapter.ContentChangeStrategy c : MoPubRecyclerAdapter.ContentChangeStrategy.values()) System.out.println(c);
public static MoPubRecyclerAdapter.ContentChangeStrategy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null