AFGeofenceForegroundService

class AFGeofenceForegroundService : <ERROR CLASS> ERROR CLASS: Symbol not found for Service

A foreground service to ensure geofencing continues to operate reliably, especially when the app is in the background. It displays a persistent notification to the user, indicating that geofencing is active.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun onBind(intent: ERROR CLASS: Symbol not found for Intent??): ERROR CLASS: Symbol not found for IBinder??
Link copied to clipboard
open override fun onStartCommand(intent: ERROR CLASS: Symbol not found for Intent??, flags: Int, startId: Int): Int