AugnitoConfig class

Constructors

AugnitoConfig(AugnitoAPIServer server, String accountCode, String accessKey, String lmid, String userTag, {String? sourceApp, String? loginToken, String? otherInfo, String noiseCt = _defaultNoiseCt, String contentType = _defaultContentType, int source = AugnitoSource.mobileApp, bool enableLogs = false})

Properties

accessKey String
getter/setter pair
accountCode String
getter/setter pair
contentType String
getter/setter pair
enableLogs bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lmid String
getter/setter pair
loginToken String?
getter/setter pair
noiseCt String
getter/setter pair
otherInfo String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server AugnitoAPIServer
getter/setter pair
source int
getter/setter pair
sourceApp String?
getter/setter pair
userTag String
getter/setter pair

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