notificationId

fun notificationId(id: Int): GeoTriggeringService.GeoTriggerBuilder

Id to use when setting when starting the GeoTriggering 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 GeoTrigger 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.

Since

15.3.0

var notificationId: Int? = null

Since

15.3.0