QATaps

class QATaps(var taps: List<Int>, var totalTaps: Int, var speed: List<Float>)

This class will contain the result to the call QA.getLastTaps The length of taps and speed depends on the number of days requested. The taps array is an integer array while the speed array is float array

Constructors

Link copied to clipboard
constructor(taps: List<Int>, totalTaps: Int, speed: List<Float>)

Properties

Link copied to clipboard
Link copied to clipboard
var taps: List<Int>
Link copied to clipboard