Enum POBNativeImageAssetType
-
- All Implemented Interfaces:
public enum POBNativeImageAssetTypeList of common image asset element types of native advertising.
-
-
Method Summary
Modifier and Type Method Description intgetImageAssetTypeValue()Returns the integer representation of image asset type. static Array<POBNativeImageAssetType>values()Returns an array containing the constants of this enum type, in the order they're declared. static POBNativeImageAssetTypevalueOf(String name)Returns the enum constant of this type with the specified name. static POBNativeImageAssetTypegetImageAssetType(int imageAssetType)Method used to get the enum value for the appropriate integer value -
-
Method Detail
-
getImageAssetTypeValue
int getImageAssetTypeValue()
Returns the integer representation of image asset type. Possible values are: 1 - ICON 3 - MAIN
- Returns:
Integer representation of image asset type.
-
values
static Array<POBNativeImageAssetType> 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.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static POBNativeImageAssetType valueOf(String name)
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.)
- Returns:
the enum constant with the specified name
-
getImageAssetType
@Nullable() static POBNativeImageAssetType getImageAssetType(int imageAssetType)
Method used to get the enum value for the appropriate integer value
- Parameters:
imageAssetType- Integer - the type of the image passed in the response.- Returns:
-
-
-
-