Stay organized with collections Save and categorize content based on your preferences.

ViewHolderTask

public interface ViewHolderTask


Interface for schedule task on a ViewHolder.

Summary

Public methods

abstract void

Runs the task.

Public methods

run

abstract void run(@NonNull RecyclerView.ViewHolder viewHolder)

Runs the task.