Builder

class Builder

Builder for HistoryRecorderOptions.

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): HistoryRecorderOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
fileDirectory
Link copied to clipboard
fun fileDirectory(filePath: String?): HistoryRecorderOptions.Builder
Creates a custom file path to store the history files.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String