public static class FacebookDialog.PendingCall extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<FacebookDialog.PendingCall> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
FacebookDialog.PendingCall(int requestCode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
UUID |
getCallId()
Returns the unique ID of this call to the Facebook application.
|
int |
getRequestCode()
Gets the request code for this call.
|
Intent |
getRequestIntent()
Returns the Intent that was used to initiate this call to the Facebook application.
|
void |
writeToParcel(Parcel parcel,
int i) |
public static final Parcelable.Creator<FacebookDialog.PendingCall> CREATOR
public FacebookDialog.PendingCall(int requestCode)
requestCode
- the request code for this app callpublic Intent getRequestIntent()
public UUID getCallId()
public int getRequestCode()
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable