-
- 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
Nested Classes Modifier and Type Class Description public final classShareVideo.BuilderBuilder for the com.facebook.share.model.ShareVideo class.
public classShareVideo.Companion
-
Field Summary
Fields Modifier and Type Field Description private final UrilocalUrlprivate final ShareMedia.TypemediaType
-
Method Summary
Modifier and Type Method Description final UrigetLocalUrl()This method supplies the URL to locate the video. ShareMedia.TypegetMediaType()IntegerdescribeContents()UnitwriteToParcel(Parcel out, Integer flags)-
-
Method Detail
-
getLocalUrl
final Uri getLocalUrl()
This method supplies the URL to locate the video.
-
getMediaType
ShareMedia.Type getMediaType()
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel out, Integer flags)
-
-
-
-