AFGeofenceBootReceiver

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

Re-registers persisted geofences after device reboot or app update.

Google Play Services clears all registered geofences on reboot and app update. This receiver reads the geofence list from AFGeofenceStore and re-registers them with Google Play Services so transitions continue to fire.

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)