Android SDK Version
All Implemented Interfaces:
android.os.Parcelable


public final class CustomTabLoginMethodHandler
extends WebLoginMethodHandler
Nested Class Summary
Modifier and TypeClassDescription
public classCustomTabLoginMethodHandler.Companion
Field Summary
Modifier and TypeFieldDescription
private final StringnameForLogging
private final AccessTokenSourcetokenSource
private Map<String, String>methodLoggingExtras
private LoginClientloginClient
Constructor Summary
ConstructorDescription
CustomTabLoginMethodHandler(LoginClient loginClient)
Method Summary
Methods inherited from class com.facebook.login.CustomTabLoginMethodHandler
onComplete
Methods inherited from class com.facebook.login.WebLoginMethodHandler
cancel, needsInternetPermission, shouldKeepTrackOfMultipleIntents
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

CustomTabLoginMethodHandler

CustomTabLoginMethodHandler(LoginClient loginClient)
Method Detail

getNameForLogging

StringgetNameForLogging()

getMethodLoggingExtras

 final Map<String, String> getMethodLoggingExtras()

setMethodLoggingExtras

 final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)

getLoginClient

 final LoginClientgetLoginClient()

setLoginClient

 final UnitsetLoginClient(LoginClient loginClient)

onActivityResult

BooleanonActivityResult(Integer requestCode, Integer resultCode, Intent data)

putChallengeParam

UnitputChallengeParam(JSONObject param)

describeContents

IntegerdescribeContents()

writeToParcel

UnitwriteToParcel(Parcel dest, Integer flags)