Android SDK Version


public class DeviceRequestsHelper
com.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
Modifier and TypeFieldDescription
private final StringDEVICE_INFO_PARAM
private final StringDEVICE_TARGET_USER_ID
private final StringDEVICE_INFO_DEVICE
private final StringDEVICE_INFO_MODEL
private final StringSDK_HEADER
private final StringSDK_FLAVOR
private final StringSERVICE_TYPE
public final static DeviceRequestsHelperINSTANCE
Method Summary
Modifier and TypeMethodDescription
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()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getDeviceInfo

 final static StringgetDeviceInfo(Map<String, String> deviceInfo)

getDeviceInfo

 final static StringgetDeviceInfo()

startAdvertisementService

 final static BooleanstartAdvertisementService(String userCode)

isAvailable

 final static BooleanisAvailable()

generateQRCode

 final static BitmapgenerateQRCode(String url)

cleanUpAdvertisementService

 final static UnitcleanUpAdvertisementService(String userCode)

getDEVICE_INFO_PARAM

 final StringgetDEVICE_INFO_PARAM()

getDEVICE_TARGET_USER_ID

 final StringgetDEVICE_TARGET_USER_ID()

getDEVICE_INFO_DEVICE

 final StringgetDEVICE_INFO_DEVICE()

getDEVICE_INFO_MODEL

 final StringgetDEVICE_INFO_MODEL()

getSDK_HEADER

 final StringgetSDK_HEADER()

getSDK_FLAVOR

 final StringgetSDK_FLAVOR()

getSERVICE_TYPE

 final StringgetSERVICE_TYPE()