public static class AlertCommand.Button extends Command.Response implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
AlertCommand.Button.Type
Button types used on AlertCommands
|
Modifier and Type | Field and Description |
---|---|
boolean |
cancel
A cancel button.
|
static android.os.Parcelable.Creator<AlertCommand.Button> |
CREATOR |
java.lang.CharSequence |
text
Text to show on the button.
|
AlertCommand.Button.Type |
type
Type of button.
|
command, isAppStore, responseId, url
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object other) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
hashCode
nextId
public final AlertCommand.Button.Type type
AlertCommand.AlertType.RATING
.public final boolean cancel
public java.lang.CharSequence text
public static final android.os.Parcelable.Creator<AlertCommand.Button> CREATOR
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class Command.Response
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class Command.Response