public final enum

CreativeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.usebutton.sdk.impression.CreativeType

Class Overview

CreativeType attributeValue should be 1:1 with values in attrs.xml

Summary

Enum Values
CreativeType  CAROUSEL   
CreativeType  DETAIL   
CreativeType  GRID   
CreativeType  HERO   
CreativeType  LIST   
CreativeType  OTHER   
Public Methods
String getEventValue()
static CreativeType valueOf(String name)
final static CreativeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CreativeType CAROUSEL

public static final CreativeType DETAIL

public static final CreativeType GRID

public static final CreativeType HERO

public static final CreativeType LIST

public static final CreativeType OTHER

Public Methods

public String getEventValue ()

public static CreativeType valueOf (String name)

public static final CreativeType[] values ()