-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class ShareVideoContent extends ShareContent<ShareVideoContent, ShareVideoContent.Builder> implements ShareModel
Provides the interface for video content to be shared.
A general use builder is available in ShareVideoContent.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classShareVideoContent.BuilderBuilder for the com.facebook.share.model.ShareVideoContent interface.
-
Field Summary
Fields Modifier and Type Field Description private final StringcontentDescriptionprivate final StringcontentTitleprivate final SharePhotopreviewPhotoprivate final ShareVideovideopublic final static Parcelable.Creator<ShareVideoContent>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetContentDescription()The description of the video. StringgetContentTitle()The title to display for this video. SharePhotogetPreviewPhoto()Photo to be used as a preview for the video. ShareVideogetVideo()Video to be shared. intdescribeContents()voidwriteToParcel(Parcel out, int flags)-
Methods inherited from class com.facebook.share.model.ShareContent
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtag -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getContentDescription
@Nullable() String getContentDescription()
The description of the video.
-
getContentTitle
@Nullable() String getContentTitle()
The title to display for this video.
-
getPreviewPhoto
@Nullable() SharePhoto getPreviewPhoto()
Photo to be used as a preview for the video.
-
getVideo
@Nullable() ShareVideo getVideo()
Video to be shared.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-