BooleanResult

public class BooleanResult extends Object
implements Result

A Result with a boolean value.

Public Method Summary

final boolean
Status
getStatus()
Returns the status of this result.
boolean
getValue()
Returns the boolean value of this result.
final int

Inherited Method Summary

Public Methods

public final boolean equals (Object obj)

public Status getStatus ()

Returns the status of this result. Use Status.isSuccess() to determine whether the call was successful, and Status.getStatusCode() to determine what the error cause was.

Certain errors are due to failures that can be resolved by launching a particular intent. The resolution intent is available via Status.getResolution().

public boolean getValue ()

Returns the boolean value of this result.

public final int hashCode ()