SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
cbe::delegate::RemoveRoleMemberDelegate Class Referenceabstract

#include <RemoveRoleMemberDelegate.h>

Classes

struct  ErrorInfo
 

Public Types

using Success = MemberId
 
using Error = delegate::Error
 

Public Member Functions

virtual void onRemoveRoleMemberSuccess (MemberId memberId)=0
 
virtual void onRemoveRoleMemberError (Error &&error, cbe::util::Context &&context)=0
 

Detailed Description

Delegate class for the asynchronous version of method:

  • cbe::Group::RemoveMember

Member Function Documentation

◆ onRemoveRoleMemberError()

virtual void cbe::delegate::RemoveRoleMemberDelegate::onRemoveRoleMemberError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called if an error is encountered.

◆ onRemoveRoleMemberSuccess()

virtual void cbe::delegate::RemoveRoleMemberDelegate::onRemoveRoleMemberSuccess ( MemberId  memberId)
pure virtual

Called upon successful RemoveMember.


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