MCPcopy Create free account
hub / github.com/Forairaaaaa/mooncake / MyApp

Method MyApp

example/basic_demo.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class MyApp : public AppAbility {
20public:
21 MyApp()
22 {
23 // 配置 App 信息
24 setAppInfo().name = "凤爪";
25
26 printf("[%s] on construct\n", getAppInfo().name.c_str());
27 }
28
29 // 重载生命周期回调函数
30 void onOpen() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected