ability_loader.h

    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

    1.0

    Macro Name and Value

    Description

    REGISTER_AA(className)

    Registers the class name of an Ability child class.

    (className)

    Registers the class name of an AbilitySlice child class.