PassioStatus class
Object that is returned as a result of the configuration process.
Constructors
-
PassioStatus({PassioMode mode = PassioMode.notReady, List<
String> ? missingFiles, String? debugMessage, PassioSDKError? error, int? activeModels})
Properties
- activeModels ↔ int?
-
The version of the latest models that are now used by the SDK.
getter/setter pair
- debugMessage ↔ String?
-
A string with more verbose information related to the configuration.
getter/setter pair
- error ↔ PassioSDKError?
-
The error in case the SDK failed to configure
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
missingFiles
↔ List<
String> ? -
If the SDK is missing files or new files could be used. It will send the
list of files needed for the update.
getter/setter pair
- mode → PassioMode
-
Indicates the state of the configuration process.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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