ViewHolderTask

interface ViewHolderTask


Interface for schedule task on a ViewHolder.

Summary

Public functions

Unit

Runs the task.

Public functions

run

Added in 1.0.0-alpha03
fun run(viewHolder: RecyclerView.ViewHolder): Unit

Runs the task.