1 Star 0 Fork 5.1K

hzcc / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ability_loader-h.md 3.52 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

ability_loader.h

Overview

Related Modules:

AbilityKit

Description:

Declares functions for registering the class names of Ability and AbilitySlice with the ability management framework.

After creating your own Ability and AbilitySlice child classes, you should register their class names with the ability management framework so that the application can start Ability instances created in the background.

Since:

1.0

Version:

1.0

Summary

Data Structures

Data Structure Name

Description

OHOS::AbilityLoader

Declares functions for registering the class names of Ability and AbilitySlice with the ability management framework.

Macros

Macro Name and Value

Description

REGISTER_AA(className)

Registers the class name of an Ability child class.

REGISTER_AS(className)

Registers the class name of an AbilitySlice child class.

1
https://gitee.com/hwang_zc/docs.git
git@gitee.com:hwang_zc/docs.git
hwang_zc
docs
docs
master

搜索帮助