gsdsdk / com.gsd.software.sdk.login / AuthenticateActivity

AuthenticateActivity

abstract class AuthenticateActivity : AppCompatActivity

Created by konradrutkowski on 27.07.2017.

Constructors

Name Summary
<init> AuthenticateActivity()
Created by konradrutkowski on 27.07.2017.

Functions

Name Summary
afterSuccess open fun afterSuccess():Unit
areAllFieldsValid fun areAllFieldsValid():Boolean
doLogin fun doLogin():Unit
getAppNames abstract fun getAppNames():List<String>
onCreate open fun onCreate(savedInstanceState:Bundle?):Unit
If you override this method you must call through to the superclass implementation.
onLoginPressed open fun onLoginPressed():Unit
setLoggingIndicator fun setLoggingIndicator(shouldBeVisible:Boolean):Unit
showError open fun showError(response:ResponseStatus):Unit

Companion Object Properties

Name Summary
API_KEY const val API_KEY:String
FOCUS_LISTENER_DELAY const val FOCUS_LISTENER_DELAY:Long