Provides the interface for video content to be shared.
A general use builder is available in ShareVideoContent.Builder.
Extends: | ShareContent |
Implements: | ShareModel |
Package: | model |
getContentDescription()
The description of the video.
public String getContentDescription()
getContentTitle()
The title to display for this video.
public String getContentTitle()
getPreviewPhoto()
Photo to be used as a preview for the video.
public SharePhoto getPreviewPhoto()
getVideo()
Video to be shared.
public ShareVideo getVideo()
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
public int describeContents()
writeToParcel(Parcel, int)
Flatten this object in to a Parcel.
public void writeToParcel(Parcel dest, int flags)
Parameter | Description |
---|---|
dest | The Parcel in which the object should be written. |
flags | Additional flags about how the object should be written. May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE. |
CREATOR
public static final Creator CREATOR