SdkConfig
public abstract class SdkConfig extends Object
Constructors
| Name | Description |
|---|---|
public SdkConfig()
|
Methods
of
public static SdkConfig of(String clientId, String apiKey, String cloudEndpointUrl)
Parameters
| Name | Description |
|---|---|
String clientId
|
|
String apiKey
|
|
String cloudEndpointUrl
|
ReturnValue
| Name | Description |
|---|---|
SdkConfig
|
clientId
public abstract String clientId()
The client id.
ReturnValue
| Name | Description |
|---|---|
String
|
apiKey
public abstract String apiKey()
The api key.
ReturnValue
| Name | Description |
|---|---|
String
|
cloudEndpointUrl
public abstract String cloudEndpointUrl()
Cloud endpoint url. Defaults to production cloud endpoint.
ReturnValue
| Name | Description |
|---|---|
String
|
Data class for sdk initialization.