Class ImageDocumentViewKt
-
- All Implemented Interfaces:
public final class ImageDocumentViewKt
-
-
Method Summary
Modifier and Type Method Description final static Unit
ImageDocumentView(Uri imageUri, Modifier modifier, DocumentManager documentManager)
Composable that displays the Image in the specified Uri. final static Unit
ImageDocumentView(DocumentState documentState, Modifier modifier, DocumentManager documentManager)
Composable that displays the Document in the specified Uri. -
-
Method Detail
-
ImageDocumentView
@Composable() final static Unit ImageDocumentView(Uri imageUri, Modifier modifier, DocumentManager documentManager)
Composable that displays the Image in the specified Uri.
-
ImageDocumentView
@Composable() final static Unit ImageDocumentView(DocumentState documentState, Modifier modifier, DocumentManager documentManager)
Composable that displays the Document in the specified Uri.
- Parameters:
documentState
- The DocumentState describing the document to be shown.modifier
- The Modifier to be applied to the layout.documentManager
- documentManager to handle document events.
-
-
-
-