AiutaImagePickerUploadsHistoryFeature
class AiutaImagePickerUploadsHistoryFeature(val strings: AiutaImagePickerUploadsHistoryFeatureStrings, val styles: AiutaImagePickerUploadsHistoryFeatureStyles, val dataProvider: AiutaImagePickerUploadsHistoryFeatureDataProvider) : AiutaFeature
Configuration for the uploads history feature in the image picker.
This feature provides functionality to view and manage previously uploaded images, including text strings, visual styles, and data management.
Required components:
strings: Text strings for the history interface
styles: Visual styles for the history UI
dataProvider: Provider for history data operations
Constructors
Link copied to clipboard
constructor(strings: AiutaImagePickerUploadsHistoryFeatureStrings, styles: AiutaImagePickerUploadsHistoryFeatureStyles, dataProvider: AiutaImagePickerUploadsHistoryFeatureDataProvider)
Types
Link copied to clipboard
Builder class for creating AiutaImagePickerUploadsHistoryFeature instances.