Builder

class Builder

Build a new AlertServiceOptions.

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): AlertServiceOptions
collectBridges
Link copied to clipboard
fun collectBridges(collectBridges: Boolean): AlertServiceOptions.Builder
Set whether Bridges should be collected defaults to true.
collectRestrictedAreas
Link copied to clipboard
fun collectRestrictedAreas(collectRestrictedAreas: Boolean): AlertServiceOptions.Builder
Set whether Restricted Areas should be collected defaults to false.
collectTunnels
Link copied to clipboard
fun collectTunnels(collectTunnels: Boolean): AlertServiceOptions.Builder
Set whether Tunnels should be collected defaults to true.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String