Method FetchConfigs
FetchConfigs<T, T2>(T, T2)
Fetches an app configuration settings from the remote server.
Declaration
public void FetchConfigs<T, T2>(T userAttributes, T2 appAttributes)
where T : struct where T2 : struct
Parameters
| Type | Name | Description |
|---|---|---|
| T | userAttributes | A struct containing custom user attributes. If none apply, use an empty struct. |
| T2 | appAttributes | A struct containing custom app attributes. If none apply, use an empty struct. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the |
| T2 | The type of the |
FetchConfigs(Object, Object)
Fetches an app configuration settings from the remote server.
Declaration
public void FetchConfigs(object userAttributes, object appAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | userAttributes | A struct containing custom user attributes. If none apply, use null. |
| Object | appAttributes | A struct containing custom app attributes. If none apply, use null. |