FacebookDialog.PendingCall
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

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.

扩展:Object
应用安装包:widget
构造函数
FacebookDialog.PendingCall(int)

Constructor.

public FacebookDialog.PendingCall(int requestCode)
参数描述
requestCodeThe request code for this app call
实例方法
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)
参数描述
parcel
i
常量
CREATOR
public static final <any> CREATOR