public final class GameRequestContent extends java.lang.Object implements ShareModel
| Modifier and Type | Class and Description |
|---|---|
static class |
GameRequestContent.ActionType |
static class |
GameRequestContent.Builder
Builder class for a concrete instance of GameRequestContent
|
static class |
GameRequestContent.Filters |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<GameRequestContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
GameRequestContent.ActionType |
getActionType()
Gets the action type
|
java.lang.String |
getData()
Gets optional data which can be used for tracking
|
GameRequestContent.Filters |
getFilters()
Get the filters
|
java.lang.String |
getMessage()
Gets the message that users receiving the request will see.
|
java.lang.String |
getObjectId()
Gets the open graph id of the object that action type will be performed on
|
java.util.List<java.lang.String> |
getRecipients()
Gets the user IDs or user names the request will be sent to.
|
java.util.List<java.lang.String> |
getSuggestions()
Gets a list of suggested user ids
|
java.lang.String |
getTitle()
Gets the optional title for the dialog
|
java.lang.String |
getTo()
Deprecated.
Replaced by
getRecipients() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<GameRequestContent> CREATOR
public java.lang.String getMessage()
public java.lang.String getTo()
getRecipients()public java.util.List<java.lang.String> getRecipients()
public java.lang.String getTitle()
public java.lang.String getData()
public GameRequestContent.ActionType getActionType()
public java.lang.String getObjectId()
public GameRequestContent.Filters getFilters()
public java.util.List<java.lang.String> getSuggestions()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.Parcelable