TelemetryManagerConfiguration class
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?
-
When
true, any signals sent will be marked as Testing signals.
If testMode is not set explicitly, the corresponding native SDK will automatically determine the value based on whether this is a debug or release build of the app.
final