public final class AppInviteContent
extends java.lang.Object
implements com.facebook.share.model.ShareModel
| Modifier and Type | Class and Description |
|---|---|
static class |
AppInviteContent.Builder
Builder class for a concrete instance of AppInviteContent
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<AppInviteContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getApplinkUrl()
Gets the applink url.
|
AppInviteContent.Builder.Destination |
getDestination()
Gets the destination for the invite.
|
java.lang.String |
getPreviewImageUrl()
Gets the preview image url.
|
java.lang.String |
getPromotionCode()
Gets the promotion code.
|
java.lang.String |
getPromotionText()
Gets the promotion text.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<AppInviteContent> CREATOR
public java.lang.String getApplinkUrl()
public java.lang.String getPreviewImageUrl()
public java.lang.String getPromotionCode()
public java.lang.String getPromotionText()
public AppInviteContent.Builder.Destination getDestination()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.Parcelable