SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.ui
/
SalesforceActivityDelegate
Salesforce
Activity
Delegate
open
class
SalesforceActivityDelegate
Class taking care of common behavior of Salesforce*Activity classes
Members
Constructors
Salesforce
Activity
Delegate
Link copied to clipboard
constructor
(
activity
:
Activity
)
Functions
on
Create
Link copied to clipboard
open
fun
onCreate
(
)
on
Destroy
Link copied to clipboard
open
fun
onDestroy
(
)
on
Key
Up
Link copied to clipboard
open
fun
onKeyUp
(
keyCode
:
Int
,
event
:
KeyEvent
)
:
Boolean
on
Pause
Link copied to clipboard
open
fun
onPause
(
)
on
Resume
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.