public final class ShareVideoContent extends ShareContent<ShareVideoContent,ShareVideoContent.Builder> implements ShareModel
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, getPeopleIds, getPlaceId, getRef, getShareHashtag
public 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()
ShareVideo
public int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class ShareContent<ShareVideoContent,ShareVideoContent.Builder>
public void writeToParcel(android.os.Parcel out, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class ShareContent<ShareVideoContent,ShareVideoContent.Builder>