public final class InterstitialCommand extends Command implements android.os.Parcelable
Command.Response, Command.Type
Modifier and Type | Field and Description |
---|---|
AlertCommand.AlertType |
alertType |
InterstitialCommand.Response |
clickResponse |
InterstitialCommand.Response |
closeResponse |
static android.os.Parcelable.Creator<InterstitialCommand> |
CREATOR |
java.lang.String |
language |
commandId, data, parentCommand, requestedTag, tags, test, type
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
complete, isComplete, valueOf
equals, hashCode
public final AlertCommand.AlertType alertType
public final java.lang.String language
public final InterstitialCommand.Response clickResponse
public final InterstitialCommand.Response closeResponse
public static final android.os.Parcelable.Creator<InterstitialCommand> CREATOR