GeoTriggerBuilder

class GeoTriggerBuilder

GeoTriggerBuilder is use to build GeoTriggeringService object

Since

15.3.0

Constructors

GeoTriggerBuilder
Link copied to clipboard
fun GeoTriggerBuilder()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
notification
Link copied to clipboard
fun notification(notification: Notification): GeoTriggeringService.GeoTriggerBuilder
Notification to be used to run the GeoTriggering service as a foreground service.
notificationId
Link copied to clipboard
fun notificationId(id: Int): GeoTriggeringService.GeoTriggerBuilder
Id to use when setting when starting the GeoTriggering service as a foreground service.
start
Link copied to clipboard
fun start(context: Context, geoTriggeringStatusListener: GeoTriggeringStatusListener)
Call this function to start the GeoTriggering service.
toString
Link copied to clipboard
open fun toString(): String

Properties

notification
Link copied to clipboard
var notification: Notification? = null
foreground notification is set for foreground service
notificationId
Link copied to clipboard
var notificationId: Int? = null
Id to display foreground notification