-
- All Implemented Interfaces:
-
android.os.Parcelable
,com.facebook.share.model.ShareModel
public final class ShareStoryContent extends ShareContent<ShareStoryContent, ShareStoryContent.Builder>
Describes content (video, photo, sticker) to be shared into story.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ShareStoryContent.Builder
Builder for the {@Story ShareStoryContent} interface.
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ShareStoryContent>
CREATOR
-
Method Summary
Modifier and Type Method Description ShareMedia
getBackgroundAsset()
SharePhoto
getStickerAsset()
List<String>
getBackgroundColorList()
String
getAttributionLink()
int
describeContents()
void
writeToParcel(Parcel out, int flags)
-
Methods inherited from class com.facebook.share.model.ShareContent
describeContents, getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtag, writeToParcel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBackgroundAsset
ShareMedia getBackgroundAsset()
-
getStickerAsset
SharePhoto getStickerAsset()
-
getBackgroundColorList
@Nullable() List<String> getBackgroundColorList()
-
getAttributionLink
String getAttributionLink()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-