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