TDConfig class

SDK config.

Constructors

TDConfig()

Properties

appId String
APP ID
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUrl String
server url
getter/setter pair
timeZone String?
default time zone
getter/setter pair

Methods

enableEncrypt(int version, String publicKey, {String asymmetricEncryption = "RSA", String symmetricEncryption = "AES"}) → void
Enable encryption
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMode(TDMode mode) → void
Set Running mode
toString() String
A string representation of this object.
inherited

Operators

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