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


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

KatanaProxyLoginMethodHandler

KatanaProxyLoginMethodHandler(LoginClient loginClient)

KatanaProxyLoginMethodHandler

KatanaProxyLoginMethodHandler(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)

shouldKeepTrackOfMultipleIntents

BooleanshouldKeepTrackOfMultipleIntents()

describeContents

IntegerdescribeContents()