AFMotionBroadcastReceiver

class AFMotionBroadcastReceiver : <ERROR CLASS> ERROR CLASS: Symbol not found for BroadcastReceiver

BroadcastReceiver for handling activity transition events from Google Play Services.

This receiver is triggered when the Activity Recognition API detects a change in the user's activity (e.g., from STILL to WALKING). It extracts the transition events and forwards them to AFMotionMonitor for processing.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun onReceive(context: ERROR CLASS: Symbol not found for Context, intent: ERROR CLASS: Symbol not found for Intent)