-
public class VideoUploadercom.facebook.share.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Method Summary
Modifier and Type Method Description static synchronized voiduploadAsyncWithProgressCallback(ShareVideoContent videoContent, GraphRequest.OnProgressCallback callback)static synchronized voiduploadAsyncWithProgressCallback(ShareVideoContent videoContent, String graphNode, GraphRequest.OnProgressCallback callback)static synchronized voiduploadAsync(ShareVideoContent videoContent, String graphNode, FacebookCallback<Sharer.Result> callback)-
-
Method Detail
-
uploadAsyncWithProgressCallback
static synchronized void uploadAsyncWithProgressCallback(ShareVideoContent videoContent, GraphRequest.OnProgressCallback callback)
-
uploadAsyncWithProgressCallback
static synchronized void uploadAsyncWithProgressCallback(ShareVideoContent videoContent, String graphNode, GraphRequest.OnProgressCallback callback)
-
uploadAsync
static synchronized void uploadAsync(ShareVideoContent videoContent, String graphNode, FacebookCallback<Sharer.Result> callback)
-
-
-
-