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
การนำไปใช้:Parcelable
แพ็คเกจ: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()

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

public int describeContents()
Returns
A bitmask indicating the set of special object types marshalled by the Parcelable.
describeContents()
public int describeContents()
writeToParcel(Parcel, int)

Flatten this object in to a Parcel.

public void writeToParcel(Parcel dest, int flags)
พารามิเตอร์คำอธิบาย
destThe Parcel in which the object should be written.
flagsAdditional flags about how the object should be written. May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
writeToParcel(Parcel, int)
public void writeToParcel(Parcel parcel, int i)
พารามิเตอร์คำอธิบาย
parcel
i
ค่าคงตัว
CREATOR
public static final Creator CREATOR