title property

String? title
getter/setter pair

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

Defaults to the application name from AndroidManifest. When running the service with Config.foregroundService: true, Android requires a persistent notification. This will configure the title of that notification.

Implementation

String? title;