MutationResult

interface MutationResult<Data : Any?, Variables : Any?> : OperationResult


A specialization of OperationResult for MutationRef.

Safe for Concurrent Use

All methods and properties of MutationResult are thread-safe and may be safely called and/or accessed concurrently from multiple threads and/or coroutines.

Not Stable for Inheritance

The MutationResult interface is not stable for inheritance in third-party libraries, as new methods might be added to this interface or contracts of the existing methods can be changed.

Summary

Public properties

MutationRef<Data, Variables>

The operation that produced this result.

Inherited functions

From com.google.firebase.dataconnect.OperationResult
operator Boolean
equals(other: Any?)

Compares this object with another object for equality.

Int

Calculates and returns the hash code for this object.

String

Returns a string representation of this object, useful for debugging.

Inherited properties

From com.google.firebase.dataconnect.OperationResult
Data

The response data for the operation.

Public properties

ref

val refMutationRef<Data, Variables>

The operation that produced this result.