-
- 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 intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
Methods inherited from class com.facebook.login.LoginMethodHandler
createAccessTokenFromWebBundle, createAuthenticationTokenFromWebBundle, shouldKeepTrackOfMultipleIntents -
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
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-