Android SDK Version
All Implemented Interfaces:
com.facebook.share.ShareBuilder , com.facebook.share.model.ShareModelBuilder


public final class ShareVideo.Builder
extends ShareMedia.Builder<ShareVideo, ShareVideo.Builder>
                    
Constructor Summary
ConstructorDescription
ShareVideo.Builder()
Method Summary
Modifier and TypeMethodDescription
final ShareVideo.BuildersetLocalUrl(Uri localUrl) Sets the URL to locate the video.
ShareVideobuild() Builds the object.
ShareVideo.BuilderreadFrom(ShareVideo model) Reads the values from a ShareModel into the builder.
Methods inherited from class com.facebook.share.model.ShareVideo.Builder
setParameter, setParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

ShareVideo.Builder

ShareVideo.Builder()
Method Detail

setLocalUrl

 final ShareVideo.BuildersetLocalUrl(Uri localUrl)
Sets the URL to locate the video.
Parameters:
localUrl - android.net.Uri that points to the location of the video on disk.

build

ShareVideobuild()
Builds the object.

readFrom

ShareVideo.BuilderreadFrom(ShareVideo model)
Reads the values from a ShareModel into the builder.
Parameters:
model - The source ShareModel