更新时间:2022-03-21 GMT+08:00
IEventHandler.h
抽象通知回调
// // Huawei ideaShare Wapper SDK // // Copyright (c) 2020 Huawei.io. All rights reserved. #ifndef IDEA_HANDLER_H #define IDEA_HANDLER_H #include "IdeaShareDef.h" #ifndef IDEA_SHARE_EXPORT #define IDEA_SHARE_EXPORT #endif #include <string> using namespace std; #ifdef __cplusplus #if __cplusplus extern "C" { #endif /* __cpluscplus */ #endif /* __cpluscplus */ class IDEA_SHARE_API IEventHandler { public: virtual ~IEventHandler() {} }; #ifdef __cplusplus #if __cplusplus } #endif /* __cpluscplus */ #endif /* __cpluscplus */ #endif
父主题: SDK 接口头文件定义