-
- All Implemented Interfaces:
-
android.os.Parcelable
public class WebViewLoginMethodHandler extends WebLoginMethodHandler
This class is for internal use. SDK users should not access it directly.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWebViewLoginMethodHandler.AuthDialogBuilderpublic classWebViewLoginMethodHandler.Companion
-
Field Summary
Fields Modifier and Type Field Description private WebDialogloginDialogprivate Stringe2eprivate final StringnameForLoggingprivate final AccessTokenSourcetokenSourceprivate Map<String, String>methodLoggingExtrasprivate LoginClientloginClient
-
Constructor Summary
Constructors Constructor Description WebViewLoginMethodHandler(LoginClient loginClient)WebViewLoginMethodHandler(Parcel source)
-
Method Summary
Modifier and Type Method Description final WebDialoggetLoginDialog()final UnitsetLoginDialog(WebDialog loginDialog)final StringgetE2e()final UnitsetE2e(String e2e)StringgetNameForLogging()AccessTokenSourcegetTokenSource()final Map<String, String>getMethodLoggingExtras()final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)final LoginClientgetLoginClient()final UnitsetLoginClient(LoginClient loginClient)BooleanneedsInternetPermission()Unitcancel()IntegertryAuthorize(LoginClient.Request request)final UnitonWebDialogComplete(LoginClient.Request request, Bundle values, FacebookException error)IntegerdescribeContents()UnitwriteToParcel(Parcel dest, Integer flags)-
Methods inherited from class com.facebook.login.WebViewLoginMethodHandler
onComplete -
Methods inherited from class com.facebook.login.WebLoginMethodHandler
onActivityResult, putChallengeParam, shouldKeepTrackOfMultipleIntents -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WebViewLoginMethodHandler
WebViewLoginMethodHandler(LoginClient loginClient)
-
WebViewLoginMethodHandler
WebViewLoginMethodHandler(Parcel source)
-
-
Method Detail
-
getLoginDialog
final WebDialog getLoginDialog()
-
setLoginDialog
final Unit setLoginDialog(WebDialog loginDialog)
-
getNameForLogging
String getNameForLogging()
-
getTokenSource
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)
-
needsInternetPermission
Boolean needsInternetPermission()
-
tryAuthorize
Integer tryAuthorize(LoginClient.Request request)
-
onWebDialogComplete
final Unit onWebDialogComplete(LoginClient.Request request, Bundle values, FacebookException error)
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
-
-
-