CustomFrame

A custom frame that can be used to display custom content in the picker.

This interface extends ComposableFrame and adds a predicate function that can be used to determine whether the frame should be displayed for a given AppData.

See also

Properties

Link copied to clipboard
abstract override val viewHolderClass: Class<out CustomViewHolder>

The class of the view holder that will be used to display the frame.

Functions

Link copied to clipboard
abstract fun predicate(appData: AppData): Boolean

Determines whether the frame should be displayed for the given AppData.