MoveResult

interface MoveResult(source)

Represents the result of a move operation. This interface provides a success property that indicates whether the move was successful or not. If the move was successful, success is true, otherwise it is false. The type property aims at uniquely identifying the reason why the move was not successful. The following types are available:

Since

1.0.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val success: Boolean
Link copied to clipboard
abstract val type: Int