public class BinderResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BinderResult.Result
OK: bind operation succeeded NO_BINDER: bind operation did not occur since no Binder was present FAILED: bind operation ran into an error (check console error logs)
|
Modifier and Type | Field and Description |
---|---|
static BinderResult |
FAILED |
static BinderResult |
NO_BINDER |
static BinderResult |
OK |
Constructor and Description |
---|
BinderResult(BinderResult.Result result) |
Modifier and Type | Method and Description |
---|---|
BinderResult.Result |
getResult()
The result of the bind operation.
|
public static final BinderResult OK
public static final BinderResult NO_BINDER
public static final BinderResult FAILED
public BinderResult(BinderResult.Result result)
public BinderResult.Result getResult()