-
- All Implemented Interfaces:
-
android.os.Parcelable
,com.facebook.share.model.ShareModel
@Deprecated() public final class AppInviteContent implements ShareModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AppInviteContent.Builder
-
Field Summary
Fields Modifier and Type Field Description private final String
applinkUrl
private final String
previewImageUrl
private final AppInviteContent.Builder.Destination
destination
public final static Parcelable.Creator<AppInviteContent>
CREATOR
-
Method Summary
Modifier and Type Method Description String
getApplinkUrl()
String
getPreviewImageUrl()
AppInviteContent.Builder.Destination
getDestination()
String
getPromotionCode()
String
getPromotionText()
int
describeContents()
void
writeToParcel(Parcel out, int flags)
-
-
Method Detail
-
getApplinkUrl
@Deprecated() String getApplinkUrl()
-
getPreviewImageUrl
@Deprecated() String getPreviewImageUrl()
-
getDestination
@Deprecated() AppInviteContent.Builder.Destination getDestination()
-
getPromotionCode
@Deprecated() String getPromotionCode()
-
getPromotionText
@Deprecated() String getPromotionText()
-
describeContents
@Deprecated() int describeContents()
-
writeToParcel
@Deprecated() void writeToParcel(Parcel out, int flags)
-
-
-
-