DelayBy

@JsonClass(generateAdapter = true)
class DelayBy(type: DelayBy.DelayType?, value: Int)

Types

DelayType
Link copied to clipboard
enum DelayType : Enum<DelayBy.DelayType>

Properties

isDelayedByScroll
Link copied to clipboard
val isDelayedByScroll: Boolean
isDelayedByTime
Link copied to clipboard
val isDelayedByTime: Boolean
type
Link copied to clipboard
val type: DelayBy.DelayType?
value
Link copied to clipboard
val value: Int