Android SDK Version


public final class AppCall
com.facebook.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.
Nested Class Summary
Modifier and TypeClassDescription
public classAppCall.Companion
Field Summary
Modifier and TypeFieldDescription
private IntentrequestIntent
private IntegerrequestCode
private final UUIDcallId
Constructor Summary
ConstructorDescription
AppCall(Integer requestCode, UUID callId)
AppCall(Integer requestCode)
Method Summary
Modifier and TypeMethodDescription
final IntentgetRequestIntent() Returns the Intent that was used to initiate this call to the Facebook application.
final UnitsetRequestIntent(Intent requestIntent) Returns the Intent that was used to initiate this call to the Facebook application.
final IntegergetRequestCode() Gets the request code for this call.
final UnitsetRequestCode(Integer requestCode) Gets the request code for this call.
final UUIDgetCallId() Returns the unique ID of this call to the Facebook application.
final BooleansetPending()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

AppCall

AppCall(Integer requestCode, UUID callId)

AppCall

AppCall(Integer requestCode)
Method Detail

getRequestIntent

 final IntentgetRequestIntent()
Returns the Intent that was used to initiate this call to the Facebook application.

setRequestIntent

 final UnitsetRequestIntent(Intent requestIntent)
Returns the Intent that was used to initiate this call to the Facebook application.

getRequestCode

 final IntegergetRequestCode()
Gets the request code for this call.

setRequestCode

 final UnitsetRequestCode(Integer requestCode)
Gets the request code for this call.

getCallId

 final UUIDgetCallId()
Returns the unique ID of this call to the Facebook application.

setPending

 final BooleansetPending()