CefMessageRouterBrowserSide Callback MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefMessageRouterBrowserSide Callback type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFailure
Notify the associated JavaScript onFailure callback that the query has failed with the specified |error_code| and |error_message|.
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSuccess
Notify the associated JavaScript onSuccess callback that the query has completed successfully with the specified |response|.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also