Package-level declarations
Types
Link copied to clipboard
data class ForegroundNotificationContent(val pendingIntent: PendingIntent, val smallIconResId: Int, val contentTitle: String? = null, val contentText: String? = null, val tickerText: String? = null, val symbolicManeuverStyle: SymbolicManeuverStyle? = null)
Data class that holds foreground notification content
Link copied to clipboard
Holds updated guidance progress data used in the LocationForegroundService This is not a ViewModel as its designed to work with an Activity/Fragment but not a Service.
Link copied to clipboard
Service responsible of the foreground notification When starting guidance it will show :
Link copied to clipboard
object ManeuverUtils