ViewHolderTask


public interface ViewHolderTask

Interface for schedule task on a ViewHolder.

Summary

Public methods

abstract void

Runs the task.

Public methods

run

Added in 1.0.0
abstract void run(@NonNull RecyclerView.ViewHolder viewHolder)

Runs the task.