SalesforceActivityDelegate

Class taking care of common behavior of Salesforce*Activity classes

Constructors

Link copied to clipboard
constructor(activity: Activity)

Functions

Link copied to clipboard
open fun onCreate()
Link copied to clipboard
open fun onDestroy()
Link copied to clipboard
open fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onPause()
Link copied to clipboard
open fun onResume(buildRestClient: Boolean)
Brings up ScreenLock if needed Build RestClient if requested and then calls activity.onResume(restClient) Otherwise calls activity.