public class ActionContent
extends java.lang.Object
implements android.os.Parcelable
Action instances
 of Action.Type.CONTENT.
 ActionContent.Builder.| Modifier and Type | Class and Description | 
|---|---|
| static class  | ActionContent.BuilderBuilder class that is used to build  ActionContentinstances from values configured by the setters. | 
| static class  | ActionContent.CategoryEnumeration of category type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static android.os.Parcelable.Creator<ActionContent> | CREATORParcelable CREATOR constant. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ActionContent.Builder | builder() | 
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| ActionContent.Category | getCategory() | 
| java.lang.String | getContentUrl() | 
| int | getLength() | 
| java.lang.String | getType() | 
| int | hashCode() | 
| boolean | isConversionInProgress() | 
| void | writeToParcel(android.os.Parcel dest,
             int flags) | 
public static final android.os.Parcelable.Creator<ActionContent> CREATOR
public static ActionContent.Builder builder()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
                          int flags)
writeToParcel in interface android.os.Parcelablepublic int getLength()
public java.lang.String getType()
public ActionContent.Category getCategory()
public java.lang.String getContentUrl()
public boolean isConversionInProgress()