@Deprecated public final class ShareMessengerMediaTemplateContent extends ShareContent<ShareMessengerMediaTemplateContent,ShareMessengerMediaTemplateContent.Builder>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShareMessengerMediaTemplateContent.Builder
Deprecated.
Builder for the
ShareMessengerMediaTemplateContent interface. |
static class |
ShareMessengerMediaTemplateContent.MediaType
Deprecated.
The media type (image or video) for this media template content.
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ShareMessengerMediaTemplateContent> |
CREATOR
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Deprecated.
|
java.lang.String |
getAttachmentId()
Deprecated.
Get the attachmentID of the item to share.
|
ShareMessengerActionButton |
getButton()
Deprecated.
Get the action button to show below the media.
|
ShareMessengerMediaTemplateContent.MediaType |
getMediaType()
Deprecated.
Get the media type (image or video) for this content.
|
android.net.Uri |
getMediaUrl()
Deprecated.
Get the Facebook URL for this piece of media.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Deprecated.
|
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtagpublic static final android.os.Parcelable.Creator<ShareMessengerMediaTemplateContent> CREATOR
public ShareMessengerMediaTemplateContent.MediaType getMediaType()
public java.lang.String getAttachmentId()
public android.net.Uri getMediaUrl()
public ShareMessengerActionButton getButton()
public int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class ShareContent<ShareMessengerMediaTemplateContent,ShareMessengerMediaTemplateContent.Builder>public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class ShareContent<ShareMessengerMediaTemplateContent,ShareMessengerMediaTemplateContent.Builder>