-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class ShareLinkContent extends ShareContent<ShareLinkContent, ShareLinkContent.Builder>
Describes link content to be shared.
Use ShareLinkContent.Builder to build instances.
See documentation for best practices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classShareLinkContent.BuilderBuilder for the ShareLinkContent interface.
-
Field Summary
Fields Modifier and Type Field Description private final StringcontentDescriptionprivate final StringcontentTitleprivate final UriimageUrlprivate final Stringquotepublic final static Parcelable.Creator<ShareLinkContent>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetContentDescription()StringgetContentTitle()UrigetImageUrl()StringgetQuote()The quoted text to display for this link. intdescribeContents()voidwriteToParcel(Parcel out, int flags)-
Methods inherited from class com.facebook.share.model.ShareContent
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtag -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getContentDescription
@Deprecated() String getContentDescription()
-
getContentTitle
@Deprecated()@Nullable() String getContentTitle()
-
getImageUrl
@Deprecated()@Nullable() Uri getImageUrl()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-