FlagsDecoded

data class FlagsDecoded(var types: IntArray, var timeWindowDuration: Int, var days: IntArray, var isRepeatEveryWeek: Boolean, var isEnabled: Boolean)

Constructors

Link copied to clipboard
fun FlagsDecoded(types: IntArray, timeWindowDuration: Int, days: IntArray, isRepeatEveryWeek: Boolean, isEnabled: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int