public final class ShareVideoContent extends ShareContent<ShareVideoContent,ShareVideoContent.Builder> implements ShareModel
A general use builder is available in ShareVideoContent.Builder.
| Modifier and Type | Class and Description |
|---|---|
static class |
ShareVideoContent.Builder
Builder for the
ShareVideoContent interface. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ShareVideoContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getContentDescription()
The description of the video.
|
java.lang.String |
getContentTitle()
The title to display for this video.
|
SharePhoto |
getPreviewPhoto()
Photo to be used as a preview for the video.
|
ShareVideo |
getVideo()
Video to be shared.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtagpublic static final android.os.Parcelable.Creator<ShareVideoContent> CREATOR
@Nullable public java.lang.String getContentDescription()
@Nullable public java.lang.String getContentTitle()
@Nullable public SharePhoto getPreviewPhoto()
SharePhoto for the content.@Nullable public ShareVideo getVideo()
ShareVideopublic int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class ShareContent<ShareVideoContent,ShareVideoContent.Builder>public void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class ShareContent<ShareVideoContent,ShareVideoContent.Builder>