AccountMutationResult

data class AccountMutationResult(val revision: Long)

A committed mutation carrying the revision Android should publish to observers.

Constructors

Link copied to clipboard
constructor(revision: Long)

Properties

Link copied to clipboard

Monotonic database revision after the committed transaction.