Android SDK Version
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
Modifier and TypeClassDescription
public final classWebViewLoginMethodHandler.AuthDialogBuilder
public classWebViewLoginMethodHandler.Companion
Field Summary
Modifier and TypeFieldDescription
private WebDialogloginDialog
private Stringe2e
private final StringnameForLogging
private final AccessTokenSourcetokenSource
private Map<String, String>methodLoggingExtras
private LoginClientloginClient
Constructor Summary
ConstructorDescription
WebViewLoginMethodHandler(LoginClient loginClient)
WebViewLoginMethodHandler(Parcel source)
Method Summary
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 WebDialoggetLoginDialog()

setLoginDialog

 final UnitsetLoginDialog(WebDialog loginDialog)

getE2e

 final StringgetE2e()

setE2e

 final UnitsetE2e(String e2e)

getNameForLogging

StringgetNameForLogging()

getMethodLoggingExtras

 final Map<String, String> getMethodLoggingExtras()

setMethodLoggingExtras

 final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)

getLoginClient

 final LoginClientgetLoginClient()

setLoginClient

 final UnitsetLoginClient(LoginClient loginClient)

needsInternetPermission

BooleanneedsInternetPermission()

cancel

Unitcancel()

onWebDialogComplete

 final UnitonWebDialogComplete(LoginClient.Request request, Bundle values, FacebookException error)

describeContents

IntegerdescribeContents()

writeToParcel

UnitwriteToParcel(Parcel dest, Integer flags)