TelemetryManagerConfiguration class

Constructors

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

Properties

apiBaseURL String?
The Telemetrydeck domain to send signals to.
final
appID String
Your app's ID for Telemetry.
final
debug bool?
Log the current status to the signal cache to the console. Default is false.
final
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.
final
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. Default is false.
final

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