-
public final class AppCallcom.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAppCall.Companion
-
Field Summary
Fields Modifier and Type Field Description private IntentrequestIntentprivate IntegerrequestCodeprivate final UUIDcallId
-
Method Summary
Modifier and Type Method Description final IntentgetRequestIntent()Returns the Intent that was used to initiate this call to the Facebook application. final UnitsetRequestIntent(Intent requestIntent)Returns the Intent that was used to initiate this call to the Facebook application. final IntegergetRequestCode()Gets the request code for this call. final UnitsetRequestCode(Integer requestCode)Gets the request code for this call. final UUIDgetCallId()Returns the unique ID of this call to the Facebook application. final BooleansetPending()-
-
Method Detail
-
getRequestIntent
final Intent getRequestIntent()
Returns the Intent that was used to initiate this call to the Facebook application.
-
setRequestIntent
final Unit setRequestIntent(Intent requestIntent)
Returns the Intent that was used to initiate this call to the Facebook application.
-
getRequestCode
final Integer getRequestCode()
Gets the request code for this call.
-
setRequestCode
final Unit setRequestCode(Integer requestCode)
Gets the request code for this call.
-
setPending
final Boolean setPending()
-
-
-
-