FacebookDialog.PendingCall
Esta classe não está mais disponível na versão mais recente do SDK.
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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.

Estende:Object
Pacote:widget
Construtores
FacebookDialog.PendingCall(int)

Constructor.

public FacebookDialog.PendingCall(int requestCode)
ParâmetroDescrição
requestCodeThe request code for this app call
Métodos de instância
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)
ParâmetroDescrição
parcel
i
Constantes
CREATOR
public static final <any> CREATOR