Repeat

class Repeat(repeat: Int) : RequestDataSupplier<Unit>

Constructors

Link copied to clipboard
constructor(repeat: Int)

Functions

Link copied to clipboard
open suspend override fun getDataForRequest(): RequestData<Unit>?
Link copied to clipboard
open fun init()