data class DittoDocumentID
An identifier for a DittoDocument.
Each DittoDocumentID represents a unique identifier for a document.
<init> |
Creates a new DittoDocumentID. DittoDocumentID(value: Any) |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
toDebugString |
Returns a stringified debug representation of a document identifier. fun toDebugString(): String |
toNative |
Returns a native representation of a document identifier. fun toNative(): Any? |
toString |
Returns a stringified representation of a document identifier. fun toString(): String |
fromDocPtr |
fun fromDocPtr(docPtr: <ERROR CLASS>): DittoDocumentID |