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


public final class GetTokenLoginMethodHandler
extends LoginMethodHandler
Nested Class Summary
Modifier and TypeClassDescription
public classGetTokenLoginMethodHandler.Companion
Field Summary
Modifier and TypeFieldDescription
private final StringnameForLogging
private Map<String, String>methodLoggingExtras
private LoginClientloginClient
Constructor Summary
Method Summary
Methods inherited from class com.facebook.login.GetTokenLoginMethodHandler
needsInternetPermission, onActivityResult, putChallengeParam, shouldKeepTrackOfMultipleIntents, writeToParcel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

GetTokenLoginMethodHandler

GetTokenLoginMethodHandler(LoginClient loginClient)

GetTokenLoginMethodHandler

GetTokenLoginMethodHandler(Parcel source)
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)

cancel

Unitcancel()

getTokenCompleted

 final UnitgetTokenCompleted(LoginClient.Request request, Bundle result)

onComplete

 final UnitonComplete(LoginClient.Request request, Bundle result)

complete

 final Unitcomplete(LoginClient.Request request, Bundle result)

describeContents

IntegerdescribeContents()