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


public abstract class WebLoginMethodHandler
extends LoginMethodHandler
This class is for internal use. SDK users should not access it directly.
Nested Class Summary
Modifier and TypeClassDescription
public classWebLoginMethodHandler.Companion
Field Summary
Modifier and TypeFieldDescription
private final AccessTokenSourcetokenSource
private Map<String, String>methodLoggingExtras
private LoginClientloginClient
private final StringnameForLogging
Method Summary
Modifier and TypeMethodDescription
abstract AccessTokenSourcegetTokenSource()
final Map<String, String>getMethodLoggingExtras()
final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)
final LoginClientgetLoginClient()
final UnitsetLoginClient(LoginClient loginClient)
abstract StringgetNameForLogging()
UnitonComplete(LoginClient.Request request, Bundle values, FacebookException error)
Methods inherited from class com.facebook.login.WebLoginMethodHandler
cancel, needsInternetPermission, onActivityResult, putChallengeParam, shouldKeepTrackOfMultipleIntents, tryAuthorize, writeToParcel
Methods inherited from class com.facebook.login.LoginMethodHandler
describeContents
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getTokenSource

 abstract AccessTokenSourcegetTokenSource()

getMethodLoggingExtras

 final Map<String, String> getMethodLoggingExtras()

setMethodLoggingExtras

 final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)

getLoginClient

 final LoginClientgetLoginClient()

setLoginClient

 final UnitsetLoginClient(LoginClient loginClient)

getNameForLogging

 abstract StringgetNameForLogging()

onComplete

UnitonComplete(LoginClient.Request request, Bundle values, FacebookException error)