-
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 private final StringDEVICE_INFO_PARAMprivate final StringDEVICE_TARGET_USER_IDprivate final StringDEVICE_INFO_DEVICEprivate final StringDEVICE_INFO_MODELprivate final StringSDK_HEADERprivate final StringSDK_FLAVORprivate final StringSERVICE_TYPEpublic final static DeviceRequestsHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final static StringgetDeviceInfo(Map<String, String> deviceInfo)final static StringgetDeviceInfo()final static BooleanstartAdvertisementService(String userCode)final static BooleanisAvailable()final static BitmapgenerateQRCode(String url)final static UnitcleanUpAdvertisementService(String userCode)final StringgetDEVICE_INFO_PARAM()final StringgetDEVICE_TARGET_USER_ID()final StringgetDEVICE_INFO_DEVICE()final StringgetDEVICE_INFO_MODEL()final StringgetSDK_HEADER()final StringgetSDK_FLAVOR()final StringgetSERVICE_TYPE()-
-
Method Detail
-
getDeviceInfo
final static String getDeviceInfo(Map<String, String> deviceInfo)
-
getDeviceInfo
final static String getDeviceInfo()
-
startAdvertisementService
final static Boolean startAdvertisementService(String userCode)
-
isAvailable
final static Boolean isAvailable()
-
generateQRCode
final static Bitmap generateQRCode(String url)
-
cleanUpAdvertisementService
final static Unit cleanUpAdvertisementService(String userCode)
-
getDEVICE_INFO_PARAM
final String getDEVICE_INFO_PARAM()
-
getDEVICE_TARGET_USER_ID
final String getDEVICE_TARGET_USER_ID()
-
getDEVICE_INFO_DEVICE
final String getDEVICE_INFO_DEVICE()
-
getDEVICE_INFO_MODEL
final String getDEVICE_INFO_MODEL()
-
getSDK_HEADER
final String getSDK_HEADER()
-
getSDK_FLAVOR
final String getSDK_FLAVOR()
-
getSERVICE_TYPE
final String getSERVICE_TYPE()
-
-
-
-