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)
매개변수 | 설명 |
---|---|
requestCode | The request code for this app call |
getRequestIntent()
Returns the Intent that was used to initiate this call to the Facebook application.
public Intent getRequestIntent()
getCallId()
Returns the unique ID of this call to the Facebook application.
public UUID getCallId()
getRequestCode()
Gets the request code for this call.
public int getRequestCode()
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
public int describeContents()
describeContents()
public int describeContents()
writeToParcel(Parcel, int)
Flatten this object in to a Parcel.
public void writeToParcel(Parcel dest, int flags)
매개변수 | 설명 |
---|---|
dest | The Parcel in which the object should be written. |
flags | Additional 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