-
public 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.
-
-
Field Summary
Fields Modifier and Type Field Description public final static GamingMediaUploaderINSTANCE
-
Method Summary
Modifier and Type Method Description final static GraphRequestAsyncTaskuploadToGamingServices(String caption, Bitmap imageBitmap, Bundle params, GraphRequest.Callback callback)final static GraphRequestAsyncTaskuploadToGamingServices(String caption, File imageFile, Bundle params, GraphRequest.Callback callback)final static GraphRequestAsyncTaskuploadToGamingServices(String caption, Uri imageUri, Bundle params, GraphRequest.Callback callback)-
-
Method Detail
-
uploadToGamingServices
final static GraphRequestAsyncTask uploadToGamingServices(String caption, Bitmap imageBitmap, Bundle params, GraphRequest.Callback callback)
-
uploadToGamingServices
final static GraphRequestAsyncTask uploadToGamingServices(String caption, File imageFile, Bundle params, GraphRequest.Callback callback)
-
uploadToGamingServices
final static GraphRequestAsyncTask uploadToGamingServices(String caption, Uri imageUri, Bundle params, GraphRequest.Callback callback)
-
-
-
-