Change Message
open class ChangeMessage<D>(oldData: D, newData: D, changeType: ChangeType, changeSnapshot: D)
Content copied to clipboard
The core class used to construct the messages emitted by change adapters
Parameters
D
the type of data
Constructors
ChangeMessage
Link copied to clipboard
fun <D> ChangeMessage(oldData: D, newData: D, changeType: ChangeType, changeSnapshot: D)
Content copied to clipboard
Creates a change message with the specified data, change type, and metadata