Package-level declarations
Types
Link copied to clipboard
class MediaGalleryPreviewViewModel(chatClient: ChatClient, clientState: ClientState, messageId: String, skipEnrichUrl: Boolean = false) : ViewModel
A ViewModel capable of loading images, playing videos.
Link copied to clipboard
class MediaGalleryPreviewViewModelFactory(chatClient: ChatClient, clientState: ClientState = chatClient.clientState, messageId: String, skipEnrichUrl: Boolean = false) : ViewModelProvider.Factory
Holds the dependencies required for the Media Preview Screen. Currently builds the MediaGalleryPreviewViewModel using those dependencies.