The ParseConfig is a representation of the remote configuration object,
that enables you to add things like feature gating, a/b testing or simple "Message of the day".
Inheritance Hierarchy
ParseParseConfig
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
The ParseConfig type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentConfig |
Gets the latest fetched ParseConfig.
| |
Item |
Gets a value on the config.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetT |
Gets a value for the key of a particular type.
| |
GetAsync |
Retrieves the ParseConfig asynchronously from the server.
| |
GetAsync(CancellationToken) |
Retrieves the ParseConfig asynchronously from the server.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValueT |
Populates result with the value for the key, if possible.
|
See Also