ResultCompat
ResultCompat.
It is intended to solve the problem of being unable to obtain kotlin.Result in java.
Since
0.0.7
Properties
Link copied to clipboard
Returns true
if result instance represents a failed outcome. In this case ResultCompat.isSuccess returns false
.
Link copied to clipboard
Returns true
if result instance represents a successful outcome. In this case ResultCompat.isFailure return false
.