public class VASTParser extends android.os.AsyncTask<java.lang.String,java.lang.Object,VASTModel>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VASTParser.Listener |
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_EXCEEDED_WRAPPER_LIMIT |
static int |
ERROR_NONE |
static int |
ERROR_POST_VALIDATION |
static int |
ERROR_XML_OPEN_OR_READ |
static int |
ERROR_XML_PARSE |
| Constructor and Description |
|---|
VASTParser(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
VASTParser |
setListener(VASTParser.Listener listener) |
public static final int ERROR_NONE
public static final int ERROR_XML_OPEN_OR_READ
public static final int ERROR_XML_PARSE
public static final int ERROR_POST_VALIDATION
public static final int ERROR_EXCEEDED_WRAPPER_LIMIT
public VASTParser setListener(VASTParser.Listener listener)