AppDataChange

data class AppDataChange(val groupId: String, val oldValue: String?, val newValue: String?)

A change to a group's opaque appData, as observed after it was applied.

Constructors

Link copied to clipboard
constructor(groupId: String, oldValue: String?, newValue: String?)

Properties

Link copied to clipboard

The group whose appData changed, hex-encoded.

Link copied to clipboard

Value after the change. null when the field was cleared.

Link copied to clipboard

Value before the change. null when nothing was set.