ShareVideoContent

Provides the interface for video content to be shared.

A general use builder is available in ShareVideoContent.Builder.

Extends:ShareContent
Implements:ShareModel
Package:model
Instance Methods
getContentDescription()

The description of the video.

public String getContentDescription()
Returns
The description of the video.
getContentTitle()

The title to display for this video.

public String getContentTitle()
Returns
The video title.
getPreviewPhoto()

Photo to be used as a preview for the video.

public SharePhoto getPreviewPhoto()
Returns
Preview <a href='SharePhoto'>SharePhoto</a> for the content.
getVideo()

Video to be shared.

public ShareVideo getVideo()
Returns
<a href='ShareVideo'>ShareVideo</a>
describeContents()

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

public int describeContents()
Returns
A bitmask indicating the set of special object types marshalled by the Parcelable.
writeToParcel(Parcel, int)

Flatten this object in to a Parcel.

public void writeToParcel(Parcel dest, int flags)
ParameterDescription
destThe Parcel in which the object should be written.
flagsAdditional flags about how the object should be written. May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
Constants
CREATOR
public static final Creator CREATOR