For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notification Management

For a complete implementation example including NotificationChannel setup, see the Quick Start.

The notification is visible to the user and should therefore be maintained by the host app. For this reason the initialization provides three methods to pass a notification:

  • Recognition - Whenever the MOVE SDK tries to detect for example activities, trips or even more

  • Trip - When there is an active trip (MoveTripState .Running).

By providing a Notification.Builder you can freely customize the visible notification. With the notificationId you can even update the notification whenever you need to.

Don't forget to create a notification channel

Example notification

Last updated