1 #ifndef CBE__delegate__UnBanDelegate_h__
2 #define CBE__delegate__UnBanDelegate_h__
4 #include "cbe/QueryResult.h"
7 #include "cbe/delegate/Error.h"
9 #include "cbe/util/Context.h"
10 #include "cbe/util/ErrorInfo.h"
11 #include "cbe/util/Exception.h"
77 std::string memberName{};
Definition: UnBanDelegate.h:24
virtual void onUnBanError(Error &&error, cbe::util::Context &&context)=0
virtual void onUnBanSuccess(std::string &&memberName, cbe::MemberId memberId)=0
Convenience type that bundles all parameters passed to method cbe::delegate::UnBanDelegate::onUnBanSu...
Definition: UnBanDelegate.h:75
std::shared_ptr< UnBanDelegate > UnBanDelegatePtr
Definition: UnBanDelegate.h:68
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
DefaultCtor
Default constructor marker.
Definition: Types.h:204
std::uint64_t MemberId
Represents the cbe::Group membership id.
Definition: Types.h:92
Definition: UnBanDelegate.h:45
Definition: ErrorInfo.h:27
Definition: Exception.h:38