public final class StitchAppClientConfiguration extends StitchClientConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
StitchAppClientConfiguration.Builder
A builder that can build a
StitchAppClientConfigurationobject. |
| Modifier and Type | Method and Description |
|---|---|
StitchAppClientConfiguration.Builder |
builder()
Gets the builder form of this configuration.
|
String |
getLocalAppName()
Gets the name of the local application.
|
String |
getLocalAppVersion()
Gets the current version of the local application.
|
getBaseUrl, getCodecRegistry, getDataDirectory, getDefaultRequestTimeout, getNetworkMonitor, getStorage, getTransportpublic String getLocalAppName()
public String getLocalAppVersion()
public StitchAppClientConfiguration.Builder builder()
builder in class StitchClientConfiguration