RangeInfo

@JsonClass(generateAdapter = true)
data class RangeInfo(val type: RangeInfo.Type, val min: Float, val max: Float, val current: Float) : Codable

Constructors

Link copied to clipboard
constructor(type: RangeInfo.Type, min: Float, max: Float, current: Float)

Types

Link copied to clipboard

Enum representing the different range types from AccessibilityNodeInfoCompat.RangeInfoCompat

Properties

Link copied to clipboard
Link copied to clipboard
val max: Float
Link copied to clipboard
val min: Float
Link copied to clipboard

Functions

Link copied to clipboard
open fun toJSON(): String

Helper method to convert an object to JSON