APIEventProtocol

Declared In:

Introduction

Protocol for implementing a Item delegate. Abstract base class which is used when you want notification about events from group calls.



Member Functions

onAPIRequestError
onAPIResponse

onAPIRequestError


public

virtual void onAPIRequestError( uint32_t code, std::string reason, std::string message);
Discussion

Gets called when an error have occured.


onAPIResponse


public

virtual void onAPIResponse( std::string response);
Discussion

Returns the respons from server/node as xml string. \note can be used to create a node list in Poco if using c++ or as XML document in java.