-
public abstract class GamingMediaUploadercom.facebook.gamingservices.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 voiduploadToGamingServices(String caption, Bitmap imageBitmap, Bundle params, GraphRequest.Callback callback)static voiduploadToGamingServices(String caption, File imageFile, Bundle params, GraphRequest.Callback callback)static voiduploadToGamingServices(String caption, Uri imageUri, Bundle params, GraphRequest.Callback callback)-
-
Method Detail
-
uploadToGamingServices
static void uploadToGamingServices(String caption, Bitmap imageBitmap, Bundle params, GraphRequest.Callback callback)
-
uploadToGamingServices
static void uploadToGamingServices(String caption, File imageFile, Bundle params, GraphRequest.Callback callback)
-
uploadToGamingServices
static void uploadToGamingServices(String caption, Uri imageUri, Bundle params, GraphRequest.Callback callback)
-
-
-
-