public class SalesforceActivityDelegate
extends java.lang.Object
Constructor and Description |
---|
SalesforceActivityDelegate(Activity activity) |
Modifier and Type | Method and Description |
---|---|
void |
onCreate() |
void |
onDestroy() |
boolean |
onKeyUp(int keyCode,
KeyEvent event) |
void |
onPause() |
void |
onResume(boolean buildRestClient)
Brings up ScreenLock if needed
Build RestClient if requested and then calls activity.onResume(restClient)
Otherwise calls activity.onResume(null)
|
public void onCreate()
public void onResume(boolean buildRestClient)
buildRestClient
- public void onPause()
public void onDestroy()
public boolean onKeyUp(int keyCode, KeyEvent event)