AccountKitActivity
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Erweiterungen:AppCompatActivity
Package:ui
Konstruktoren
AccountKitActivity()
public AccountKitActivity()
Instance-Methoden
onBackPressed()
public void onBackPressed()
onBackPressed(View)
public void onBackPressed(View view)
ParameterBeschreibung
view
onCancelPressed(View)
public void onCancelPressed(View view)
ParameterBeschreibung
view
onCreate(Bundle)
public void onCreate(Bundle savedInstanceState)
ParameterBeschreibung
savedInstanceState
onPause()
public void onPause()
onSaveInstanceState(Bundle)
public void onSaveInstanceState(Bundle outState)
ParameterBeschreibung
outState
onViewReadyWithState(Bundle, boolean)
protected void onViewReadyWithState(Bundle viewState, boolean restored)
ParameterBeschreibung
viewState
restored
onResume()
protected void onResume()
onDestroy()
protected void onDestroy()
onOptionsItemSelected(MenuItem)
public boolean onOptionsItemSelected(MenuItem item)
ParameterBeschreibung
item
onKeyDown(int, KeyEvent)
public boolean onKeyDown(int keyCode, KeyEvent event)
ParameterBeschreibung
keyCode
event
sendResult()
public void sendResult()
setAuthorizationCode(String)
protected void setAuthorizationCode(String authorizationCode)
ParameterBeschreibung
authorizationCode
setFinalAuthState(String)
protected void setFinalAuthState(String finalAuthState)
ParameterBeschreibung
finalAuthState
setAccessToken(AccessToken)
protected void setAccessToken(AccessToken accessToken)
ParameterBeschreibung
accessToken
setTokenRefreshIntervalInSeconds(long)
protected void setTokenRefreshIntervalInSeconds(long tokenRefreshIntervalInSeconds)
ParameterBeschreibung
tokenRefreshIntervalInSeconds
setLoginResult(LoginResult)
protected void setLoginResult(LoginResult result)
ParameterBeschreibung
result
pushError(AccountKitError)
public void pushError(AccountKitError error)
ParameterBeschreibung
error
pushError(AccountKitException)
public void pushError(AccountKitException exception)
ParameterBeschreibung
exception
Konstanten
ACCOUNT_KIT_ACTIVITY_CONFIGURATION
public static final String ACCOUNT_KIT_ACTIVITY_CONFIGURATION