public final class ShareStoryContent extends ShareContent<ShareStoryContent,ShareStoryContent.Builder>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShareStoryContent.Builder
Builder for the interface.
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ShareStoryContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getAttributionLink() |
ShareMedia |
getBackgroundAsset() |
java.util.List<java.lang.String> |
getBackgroundColorList() |
SharePhoto |
getStickerAsset() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtagpublic static final android.os.Parcelable.Creator<ShareStoryContent> CREATOR
public ShareMedia getBackgroundAsset()
public SharePhoto getStickerAsset()
@Nullable public java.util.List<java.lang.String> getBackgroundColorList()
public java.lang.String getAttributionLink()
public int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class ShareContent<ShareStoryContent,ShareStoryContent.Builder>public void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class ShareContent<ShareStoryContent,ShareStoryContent.Builder>