ErrorLogResult
public static interface MethodChannel.Result
All methods of this class can be invoked on any thread.
void
void
Handles a call to an unimplemented method.
void
Handles a successful result.
Handles a successful result.
result
- The result, possibly null. The result must be an Object type supported by the codec. For instance, if you are using StandardMessageCodec
(default), please see its documentation on what types are supported.
Handles an error result.
errorCode
- An error code String.
errorMessage
- A human-readable error message String, possibly null.
errorDetails
- Error details, possibly null. The details must be an Object type supported by the codec. For instance, if you are using StandardMessageCodec
(default), please see its documentation on what types are supported.
void notImplemented()
Handles a call to an unimplemented method.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4