TelemetryManagerConfiguration class

Constructors

TelemetryManagerConfiguration({required String appID, String? apiBaseURL, String? defaultUser, bool? debug, bool? testMode})

Properties

apiBaseURL String?
The Telemetrydeck domain to send signals to.
getter/setter pair
appID String
Your app's ID for Telemetry.
getter/setter pair
debug bool?
Log the current status to the signal cache to the console.
getter/setter pair
defaultUser String?
Instead of specifying a user identifier with each send call, you can set your user's name/email/identifier here. The defaultUser value will be sent with every signal.
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
testMode bool?
If true any signals sent will be marked as Testing signals.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
to map
toString() String
A string representation of this object.
inherited

Operators

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