public interface SalesforceActivityInterface
| Modifier and Type | Method and Description |
|---|---|
void |
onLogoutComplete()
Performs actions on logout complete.
|
void |
onResume(RestClient client)
Method that is called after the activity resumes once we have a RestClient.
|
void |
onUserSwitched()
Performs actions on user switched.
|
void onResume(RestClient client)
client - RestClient instance.void onLogoutComplete()
void onUserSwitched()