Window

class Window

The object that defines the time length of an exclusion window.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of time units for the exclusion window length.

Link copied to clipboard

The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.

Functions

Link copied to clipboard
inline fun copy(block: Window.Builder.() -> Unit = {}): Window
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String