activity_recognition_pigeon library

Classes

ActivityEventData
Represents an activity event with type, confidence, and timestamp
ActivityRecognitionConfig
Configuration for starting activity recognition
ActivityRecognitionFlutterApi
Flutter API - Methods implemented in Flutter and called from native code Used to send activity events from native to Flutter
ActivityRecognitionHostApi
Host API - Methods implemented on the native side (Android/iOS) and called from Flutter

Enums

ActivityTypeData
Represents an activity type detected by the device

Functions

wrapResponse({Object? result, PlatformException? error, bool empty = false}) List<Object?>