channelId property

String? channelId
getter/setter pair

Customize the notification channel ID. Defaults to your.package.name.TSLocationManager

It is not typically required to change this. Typical use-cases are for users who use an existing Android foreground-service who wish the SDK to share an existing notification and channel.

Implementation

String? channelId;