TDRemoteConfig class

Constructors

TDRemoteConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

accumulateNum(String key, double num) → void
addClientParams(Map<String, dynamic> params) → void
addConfigFetchListener(void f(Map<String, dynamic> statusData)) → void
clearDefaultValues({String? appId}) → void
enableLog(bool enableLog) → void
fetch({String? appId, String? templateCode}) → void
getClientParams() Future<Map<String, dynamic>?>
getClientParamValueForKey(String key) Future?
getData({String? appId, String? templateCode}) TDObject
getSDKVersion() String
init(String appId, String serverUrl) → void
initWithConfig(TDRemoteConfigSettings settings) → void
removeClientParam(String key) → void
removeCustomFetchParam(String key, {String? appId, String? templateCode}) → void
setCustomFetchParams(Map<String, dynamic> params, {String? appId, String? templateCode}) → void
setDefaultValues(Map<String, dynamic> params, {String? appId}) → void
setDefaultValuesWithFile(String filePath, {String? appId}) → void