client-cpp
0.10.0
|
Interface to the listener notifies of the result of whether the current endpoint has successfully attached a target endpoint. More...
#include <IAttachEndpointCallback.hpp>
Public Member Functions | |
virtual void | onAttachSuccess (const std::string &endpointKeyHash)=0 |
Callback is used when the current endpoint has successfully attached the target endpoint. More... | |
virtual void | onAttachFailed ()=0 |
Callback is used when the current endpoint has failed to attach the target endpoint. More... | |
virtual | ~IAttachEndpointCallback () |
Interface to the listener notifies of the result of whether the current endpoint has successfully attached a target endpoint.
The target endpoint will be attached to the user to which the current endpoint is attached.
Definition at line 31 of file IAttachEndpointCallback.hpp.
|
inlinevirtual |
Definition at line 45 of file IAttachEndpointCallback.hpp.
|
pure virtual |
Callback is used when the current endpoint has failed to attach the target endpoint.
|
pure virtual |
Callback is used when the current endpoint has successfully attached the target endpoint.
[in] | endpointKeyHash | The key hash of the attached endpoint. |