public final enum

SVSAdBreakType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.smartadserver.android.instreamsdk.model.adbreak.SVSAdBreakType

Class Overview

Enumeration of all possible ad break types

Summary

Enum Values
SVSAdBreakType  MIDROLL  Midroll ad break type  
SVSAdBreakType  OVERLAY  Overlay ad break type  
SVSAdBreakType  POSTROLL  Postroll ad break type  
SVSAdBreakType  PREROLL  Preroll ad break type  
SVSAdBreakType  UNKNOWN  Unknown ad break type  
Public Methods
String getName()
Return the readable name for this SVSAdBreakType instance
int getValue()
Return the intertal integer value for this SVSAdBreakType instance
static SVSAdBreakType valueOf(String name)
final static SVSAdBreakType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SVSAdBreakType MIDROLL

Midroll ad break type

public static final SVSAdBreakType OVERLAY

Overlay ad break type

public static final SVSAdBreakType POSTROLL

Postroll ad break type

public static final SVSAdBreakType PREROLL

Preroll ad break type

public static final SVSAdBreakType UNKNOWN

Unknown ad break type

Public Methods

public String getName ()

Return the readable name for this SVSAdBreakType instance

public int getValue ()

Return the intertal integer value for this SVSAdBreakType instance

public static SVSAdBreakType valueOf (String name)

public static final SVSAdBreakType[] values ()