text property

String? text
getter/setter pair

Configure the text of the persistent notification in the Notification Bar when running with Config.foregroundService true

Defaults to "Location service activated". When running the service with Config.foregroundService: true, Android requires a persistent notification. This will configure the text of that notification.

Implementation

String? text;