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


public abstract class NativeAppLoginMethodHandler
extends LoginMethodHandler
Field Summary
Modifier and TypeFieldDescription
private final AccessTokenSourcetokenSource
private Map<String, String>methodLoggingExtras
private LoginClientloginClient
private final StringnameForLogging
Method Summary
Modifier and TypeMethodDescription
AccessTokenSourcegetTokenSource()
final Map<String, String>getMethodLoggingExtras()
final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)
final LoginClientgetLoginClient()
final UnitsetLoginClient(LoginClient loginClient)
abstract StringgetNameForLogging()
abstract IntegertryAuthorize(LoginClient.Request request)
BooleanonActivityResult(Integer requestCode, Integer resultCode, Intent data)
Methods inherited from class com.facebook.login.NativeAppLoginMethodHandler
cancel, needsInternetPermission, putChallengeParam, shouldKeepTrackOfMultipleIntents, 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

getMethodLoggingExtras

 final Map<String, String> getMethodLoggingExtras()

setMethodLoggingExtras

 final UnitsetMethodLoggingExtras(Map<String, String> methodLoggingExtras)

getLoginClient

 final LoginClientgetLoginClient()

setLoginClient

 final UnitsetLoginClient(LoginClient loginClient)

getNameForLogging

 abstract StringgetNameForLogging()

tryAuthorize

 abstract IntegertryAuthorize(LoginClient.Request request)

onActivityResult

BooleanonActivityResult(Integer requestCode, Integer resultCode, Intent data)