CustomDocument

Represents a custom document used by a {@linkcode CustomEditorProvider}.

Custom documents are only used within a given CustomEditorProvider. The lifecycle of a CustomDocument is managed by the editor. When no more references remain to a CustomDocument, it is disposed of.

Online Documentation

Properties

Link copied to clipboard
abstract val uri: Uri

The associated uri for this document.

Functions

Link copied to clipboard
abstract override fun dispose()

Dispose of the custom document.