Android SDK Version
All Implemented Interfaces:
android.os.Parcelable , com.facebook.share.model.ShareModel


public final class ShareVideo
extends ShareMedia<ShareVideo, ShareVideo.Builder>
                    
Describes a video for sharing.
Use ShareVideo.Builder to create instances
Nested Class Summary
Modifier and TypeClassDescription
public final classShareVideo.Builder
public classShareVideo.Companion
Field Summary
Modifier and TypeFieldDescription
private final UrilocalUrl
private final ShareMedia.TypemediaType
Method Summary
Modifier and TypeMethodDescription
final UrigetLocalUrl() This method supplies the URL to locate the video.
ShareMedia.TypegetMediaType()
IntegerdescribeContents()
UnitwriteToParcel(Parcel out, Integer flags)
Methods inherited from class com.facebook.share.model.ShareVideo
getParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getLocalUrl

 final UrigetLocalUrl()
This method supplies the URL to locate the video.

describeContents

IntegerdescribeContents()

writeToParcel

UnitwriteToParcel(Parcel out, Integer flags)