notificationId

fun notificationId(id: Int): TempoService.TempoBuilder

Id to use when starting the Tempo service as a foreground service. If your app is already displaying a persistent notification for a foreground service, pass in the id used to have Tempo service make use of the same notification, avoiding having your application displaying multiple persistent notifications. Either service may be stopped without affected any other service using the same notification id. Mandatory for Building TempoService

Since

15.3.0

var notificationId: Int? = null

Since

15.3.0