Builder

class Builder(eventTimestamp: Double)

Builds ReplaySetNavigationRoute.

Constructors

Builder
Link copied to clipboard
fun Builder(eventTimestamp: Double)

Functions

build
Link copied to clipboard
fun build(): ReplaySetNavigationRoute
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
route
Link copied to clipboard
fun route(route: NavigationRoute?): ReplaySetNavigationRoute.Builder
Set the route that this event represents.
toString
Link copied to clipboard
open fun toString(): String