-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class ShareVideo extends ShareMedia
Describes a video for sharing.
Use ShareVideo.Builder to create instances
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classShareVideo.BuilderBuilder for the com.facebook.share.model.ShareVideo class.
-
Field Summary
Fields Modifier and Type Field Description private final UrilocalUrlpublic final static Parcelable.Creator<ShareVideo>CREATOR
-
Method Summary
Modifier and Type Method Description UrigetLocalUrl()This method supplies the URL to locate the video. intdescribeContents()voidwriteToParcel(Parcel out, int flags)ShareMedia.TypegetMediaType()-
Methods inherited from class com.facebook.share.model.ShareMedia
getParameters, writeToParcel -
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
-
getLocalUrl
@Nullable() Uri getLocalUrl()
This method supplies the URL to locate the video.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
getMediaType
ShareMedia.Type getMediaType()
-
-
-
-