remoteConfig namespace

Signature:

export declare namespace remoteConfig 

Type Aliases

Type Alias Description
ExplicitParameterValue Type alias to ExplicitParameterValue.
InAppDefaultValue Type alias to InAppDefaultValue.
ListVersionsOptions Type alias to ListVersionsOptions.
ListVersionsResult Type alias to ListVersionsResult.
ParameterValueType Type alias to ParameterValueType.
RemoteConfig Type alias to RemoteConfig.
RemoteConfigCondition Type alias to RemoteConfigCondition.
RemoteConfigParameter Type alias to RemoteConfigParameter.
RemoteConfigParameterGroup Type alias to RemoteConfigParameterGroup.
RemoteConfigParameterValue Type alias to RemoteConfigParameterValue.
RemoteConfigTemplate Type alias to RemoteConfigTemplate.
RemoteConfigUser Type alias to RemoteConfigUser.
TagColor Type alias to TagColor.
Version Type alias to Version.

remoteConfig.ExplicitParameterValue

Type alias to ExplicitParameterValue.

Signature:

type ExplicitParameterValue = TExplicitParameterValue;

remoteConfig.InAppDefaultValue

Type alias to InAppDefaultValue.

Signature:

type InAppDefaultValue = TInAppDefaultValue;

remoteConfig.ListVersionsOptions

Type alias to ListVersionsOptions.

Signature:

type ListVersionsOptions = TListVersionsOptions;

remoteConfig.ListVersionsResult

Type alias to ListVersionsResult.

Signature:

type ListVersionsResult = TListVersionsResult;

remoteConfig.ParameterValueType

Type alias to ParameterValueType.

Signature:

type ParameterValueType = TParameterValueType;

remoteConfig.RemoteConfig

Type alias to RemoteConfig.

Signature:

type RemoteConfig = TRemoteConfig;

remoteConfig.RemoteConfigCondition

Type alias to RemoteConfigCondition.

Signature:

type RemoteConfigCondition = TRemoteConfigCondition;

remoteConfig.RemoteConfigParameter

Type alias to RemoteConfigParameter.

Signature:

type RemoteConfigParameter = TRemoteConfigParameter;

remoteConfig.RemoteConfigParameterGroup

Type alias to RemoteConfigParameterGroup.

Signature:

type RemoteConfigParameterGroup = TRemoteConfigParameterGroup;

remoteConfig.RemoteConfigParameterValue

Type alias to RemoteConfigParameterValue.

Signature:

type RemoteConfigParameterValue = TRemoteConfigParameterValue;

remoteConfig.RemoteConfigTemplate

Type alias to RemoteConfigTemplate.

Signature:

type RemoteConfigTemplate = TRemoteConfigTemplate;

remoteConfig.RemoteConfigUser

Type alias to RemoteConfigUser.

Signature:

type RemoteConfigUser = TRemoteConfigUser;

remoteConfig.TagColor

Type alias to TagColor.

Signature:

type TagColor = TTagColor;

remoteConfig.Version

Type alias to Version.

Signature:

type Version = TVersion;