-
- 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
Nested Classes Modifier and Type Class Description public classWebLoginMethodHandler.Companion
-
Field Summary
Fields Modifier and Type Field Description private final AccessTokenSourcetokenSourceprivate Map<String, String>methodLoggingExtrasprivate LoginClientloginClientprivate final StringnameForLogging
-
Method Summary
Modifier and Type Method Description 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 AccessTokenSource getTokenSource()
-
getMethodLoggingExtras
final Map<String, String> getMethodLoggingExtras()
-
setMethodLoggingExtras
final Unit setMethodLoggingExtras(Map<String, String> methodLoggingExtras)
-
getLoginClient
final LoginClient getLoginClient()
-
setLoginClient
final Unit setLoginClient(LoginClient loginClient)
-
getNameForLogging
abstract String getNameForLogging()
-
onComplete
Unit onComplete(LoginClient.Request request, Bundle values, FacebookException error)
-
-
-
-