[This is preliminary documentation and is subject to change.]
The CefMessageRouterBrowserSide Callback type exposes the following members.Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Failure |
Notify the associated JavaScript onFailure callback that the query has
failed with the specified |error_code| and |error_message|.
| |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Success |
Notify the associated JavaScript onSuccess callback that the query has
completed successfully with the specified |response|.
| |
ToString | (Inherited from Object.) |
See Also