-
public class DeviceRequestsHelpercom.facebook.devicerequests.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 StringDEVICE_INFO_PARAMpublic final static StringDEVICE_TARGET_USER_ID
-
Method Summary
Modifier and Type Method Description static StringgetDeviceInfo(@Nullable() Map<String, String> deviceInfo)static StringgetDeviceInfo()static booleanstartAdvertisementService(String userCode)static booleanisAvailable()static BitmapgenerateQRCode(String url)static voidcleanUpAdvertisementService(String userCode)-
-
Method Detail
-
getDeviceInfo
static String getDeviceInfo()
-
startAdvertisementService
static boolean startAdvertisementService(String userCode)
-
isAvailable
static boolean isAvailable()
-
generateQRCode
static Bitmap generateQRCode(String url)
-
cleanUpAdvertisementService
static void cleanUpAdvertisementService(String userCode)
-
-
-
-