13#ifndef NEM_SDK_INTERFACE_CALLBACK_CALLBACK_INTERFACE_H_
14#define NEM_SDK_INTERFACE_CALLBACK_CALLBACK_INTERFACE_H_
24template <
class... TResultParam>
#define NNEM_SDK_INTERFACE_BEGIN_DECLS
Definition build_config.h:16
#define NNEM_SDK_INTERFACE_END_DECLS
Definition build_config.h:17
NECallback<> NEEmptyCallback
Definition kit_define_callback.h:27
std::function< void(MeetingErrorCode, const std::string &, const TResultParam &...)> NECallback
Definition kit_define_callback.h:25
MeetingErrorCode
错误枚举
Definition kit_define_error.h:23