HaloFeedbackPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • HaloFeedbackPlatform
Implementers

Constructors

HaloFeedbackPlatform()
Constructs a HaloFeedbackPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAndroidData() Future<Map<String, dynamic>>
Get Android device data (randomId, deviceType, etc.)
getMDMConfig() Future<Map<String, dynamic>>
Get MDM config for iOS/macOS
getPlatformVersion() Future<String?>
getWindowsDeviceId() Future<String?>
Get Windows device ID from registry
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendKeyedAppStateFeedback(String key, String message) Future<void>
Send KeyedAppState feedback for Android Enterprise
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance HaloFeedbackPlatform
The default instance of HaloFeedbackPlatform to use.
getter/setter pair