MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.document
/
DocumentDeleted
Document
Deleted
class
DocumentDeleted
(
val
documentId
:
String
)
:
DocumentEvent
A document was deleted from the
DocumentStore
.
Members
Constructors
Document
Deleted
Link copied to clipboard
constructor
(
documentId
:
String
)
Properties
document
Id
Link copied to clipboard
val
documentId
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String