HistoryRecorderOptions

class HistoryRecorderOptions

Defines options for recording history files.

Parameters

fileDirectory

used for saving history files. Null use a default directory.

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): HistoryRecorderOptions.Builder
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

fileDirectory
Link copied to clipboard
val fileDirectory: String?
used for saving history files.