ShareVideoContent
这个类有新版本。查看 最新版本。

Provides the interface for video content to be shared.

A general use builder is available in ShareVideoContent.Builder.

扩展:ShareContent
执行:ShareModel
应用安装包:model
实例方法
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)
参数描述
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.
常量
CREATOR
public static final Creator CREATOR