Config class

Constructors

Config.new(String serviceId, String loggingUrlHttp, String loggingUrlHttps, String host, String pcidKey, String uidKey, String cidKey, bool allowInquireAdid, String requestMethod, bool retryLogging, int retryDelay, int queueSize, int sessionTimeout)

Properties

allowInquireAdid bool
final
cidKey String
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
loggingUrlHttp String
final
loggingUrlHttps String
final
pcidKey String
final
queueSize int
final
requestMethod String
final
retryDelay int
final
retryLogging bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId String
final
sessionTimeout int
final
uidKey String
final

Methods

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

Operators

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

Static Methods

fromJson(String config) → dynamic

Constants

keyAllowInquireAdid → const String
keyCid → const String
keyHost → const String
keyLoggingUrlHttp → const String
keyLoggingUrlHttps → const String
keyPcid → const String
keyQueueSize → const String
keyRequestMethod → const String
keyRetryDelay → const String
keyRetryLogging → const String
keyServiceId → const String
keySessionTimeout → const String
keyUid → const String