-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class KatanaProxyLoginMethodHandler extends NativeAppLoginMethodHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKatanaProxyLoginMethodHandler.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringnameForLoggingprivate final AccessTokenSourcetokenSourceprivate Map<String, String>methodLoggingExtrasprivate LoginClientloginClient
-
Constructor Summary
Constructors Constructor Description KatanaProxyLoginMethodHandler(LoginClient loginClient)KatanaProxyLoginMethodHandler(Parcel source)
-
Method Summary
Modifier and Type Method Description StringgetNameForLogging()AccessTokenSourcegetTokenSource()final Map<String, String>getMethodLoggingExtras()final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)final LoginClientgetLoginClient()final UnitsetLoginClient(LoginClient loginClient)IntegertryAuthorize(LoginClient.Request request)BooleanshouldKeepTrackOfMultipleIntents()IntegerdescribeContents()-
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
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)
-
tryAuthorize
Integer tryAuthorize(LoginClient.Request request)
-
shouldKeepTrackOfMultipleIntents
Boolean shouldKeepTrackOfMultipleIntents()
-
describeContents
Integer describeContents()
-
-
-
-