-
- All Implemented Interfaces:
-
android.os.Parcelable
public class CustomTabLoginMethodHandler extends WebLoginMethodHandler
-
-
Field Summary
Fields Modifier and Type Field Description public static booleancalledThroughLoggedOutAppSwitchpublic final static StringOAUTH_DIALOGpublic final static Parcelable.Creator<CustomTabLoginMethodHandler>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetNameForLogging()inttryAuthorize(LoginClient.Request request)booleanonActivityResult(int requestCode, int resultCode, @Nullable() Intent data)voidputChallengeParam(JSONObject param)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
Methods inherited from class com.facebook.login.LoginMethodHandler
cancel, getLoginClient, getMethodLoggingExtras, getNameForLogging, needsInternetPermission, onActivityResult, putChallengeParam, setLoginClient, setMethodLoggingExtras, shouldKeepTrackOfMultipleIntents, tryAuthorize, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getNameForLogging
String getNameForLogging()
-
tryAuthorize
int tryAuthorize(LoginClient.Request request)
-
onActivityResult
boolean onActivityResult(int requestCode, int resultCode, @Nullable() Intent data)
-
putChallengeParam
void putChallengeParam(JSONObject param)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-