WithMediaItemsToPickFrom

Contains a list of Media items from which user can pick one for processing. requestMore can be provided optionally, when Input has more Media items available.

Constructors

Link copied to clipboard
fun WithMediaItemsToPickFrom(items: List<MediaProcessor.Media>, requestMore: Runnable? = null)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
val requestMore: Runnable? = null