Liblinphone  4.5.0
Public Member Functions | List of all members
linphone::AccountCreatorListener Class Reference
Inheritance diagram for linphone::AccountCreatorListener:

Public Member Functions

virtual LINPHONECXX_PUBLIC void onCreateAccount (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onIsAccountExist (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onActivateAccount (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onIsAccountActivated (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onLinkAccount (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onActivateAlias (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onIsAliasUsed (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onIsAccountLinked (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onRecoverAccount (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onUpdateAccount (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 
virtual LINPHONECXX_PUBLIC void onLoginLinphoneAccount (const std::shared_ptr< linphone::AccountCreator > &creator, linphone::AccountCreator::Status status, const std::string &response)
 Callback to notify a response of server. More...
 

Member Function Documentation

virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onActivateAccount ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onActivateAlias ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onCreateAccount ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onIsAccountActivated ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onIsAccountExist ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onIsAccountLinked ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onIsAliasUsed ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onLinkAccount ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onLoginLinphoneAccount ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onRecoverAccount ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string
virtual LINPHONECXX_PUBLIC void linphone::AccountCreatorListener::onUpdateAccount ( const std::shared_ptr< linphone::AccountCreator > &  creator,
linphone::AccountCreator::Status  status,
const std::string &  response 
)
inlinevirtual

Callback to notify a response of server.

Parameters
responseThe response has a string

The documentation for this class was generated from the following file: