FacebookDialog.PendingCall
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

Encapsulates information about a call being made to the Facebook application for Android. A unique String call ID is used to track calls through their lifecycle.

Extends:Object
Package:widget
Constructors
FacebookDialog.PendingCall(int)

Constructor.

public FacebookDialog.PendingCall(int requestCode)
ParameterDescription
requestCodeThe request code for this app call
Instance Methods
getRequestIntent()

Returns the Intent that was used to initiate this call to the Facebook application.

public Intent getRequestIntent()
Returns
The Intent
getCallId()

Returns the unique ID of this call to the Facebook application.

public UUID getCallId()
Returns
The unique ID
getRequestCode()

Gets the request code for this call.

public int getRequestCode()
Returns
The request code that will be passed to handleActivityResult upon completion.
describeContents()
public int describeContents()
writeToParcel(Parcel, int)
public void writeToParcel(Parcel parcel, int i)
ParameterDescription
parcel
i
Constants
CREATOR
public static final <any> CREATOR