@Immutable @LevelUpApi(contract=INTERNAL) public static final class Interstitial.FeedbackAction extends Object implements Interstitial.InterstitialAction
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Interstitial.FeedbackAction> |
CREATOR
Implements the
Parcelable interface. |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
FeedbackAction(String questionText) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getQuestionText()
The question that should be displayed for this feedback interstitial.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Interstitial.FeedbackAction> CREATOR
Parcelable
interface.public FeedbackAction(String questionText)
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public String getQuestionText()