-
- 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 classAppInviteContent.Builder
-
Field Summary
Fields Modifier and Type Field Description private final StringapplinkUrlprivate final StringpreviewImageUrlprivate final AppInviteContent.Builder.Destinationdestinationpublic final static Parcelable.Creator<AppInviteContent>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetApplinkUrl()StringgetPreviewImageUrl()AppInviteContent.Builder.DestinationgetDestination()StringgetPromotionCode()StringgetPromotionText()intdescribeContents()voidwriteToParcel(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)
-
-
-
-