Package | Description |
---|---|
com.salesforce.androidsdk.reactnative.bridge | |
com.salesforce.androidsdk.reactnative.ui | |
com.salesforce.androidsdk.rest | |
com.salesforce.androidsdk.ui |
Modifier and Type | Method and Description |
---|---|
protected RestClient |
SalesforceNetReactBridge.getRestClient(boolean doesNotRequireAuth)
Returns the RestClient instance being used by this bridge.
|
Modifier and Type | Method and Description |
---|---|
RestClient |
SalesforceReactActivity.getRestClient()
Returns an instance of RestClient.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesforceReactActivity.onResume(RestClient c) |
protected void |
SalesforceReactActivity.setRestClient(RestClient restClient) |
Modifier and Type | Method and Description |
---|---|
RestClient |
ClientManager.peekRestClient() |
RestClient |
ClientManager.peekRestClient(Account acc) |
RestClient |
ClientManager.peekRestClient(UserAccount user)
Method to create RestClient synchronously.
|
RestClient |
ClientManager.peekUnauthenticatedRestClient()
Method to create an unauthenticated RestClient.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientManager.RestClientCallback.authenticatedRestClient(RestClient client) |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceActivityInterface.onResume(RestClient client)
Method that is called after the activity resumes once we have a RestClient.
|