public class AppCall
extends java.lang.Object
Constructor and Description |
---|
AppCall(int requestCode)
Constructor.
|
AppCall(int requestCode,
java.util.UUID callId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static AppCall |
finishPendingCall(java.util.UUID callId,
int requestCode) |
java.util.UUID |
getCallId()
Returns the unique ID of this call to the Facebook application.
|
static AppCall |
getCurrentPendingCall() |
int |
getRequestCode()
Gets the request code for this call.
|
android.content.Intent |
getRequestIntent()
Returns the Intent that was used to initiate this call to the
Facebook application.
|
boolean |
setPending() |
void |
setRequestCode(int requestCode) |
void |
setRequestIntent(android.content.Intent requestIntent) |
public AppCall(int requestCode)
requestCode
- the request code for this app callpublic AppCall(int requestCode, java.util.UUID callId)
requestCode
- the request code for this app callcallId
- the call Id for this app callpublic static AppCall getCurrentPendingCall()
public static AppCall finishPendingCall(java.util.UUID callId, int requestCode)
public android.content.Intent getRequestIntent()
public java.util.UUID getCallId()
public int getRequestCode()
public void setRequestCode(int requestCode)
public void setRequestIntent(android.content.Intent requestIntent)
public boolean setPending()