OHOS::AbilityContext
Overview
Related Modules:
Description:
Provides functions for starting and stopping an ability.
The Ability and AbilitySlice classes are inherited from the AbilityContext class for you to call functions in this class for application development.
Since:
1.0
Version:
1.0
Summary
Public Member Functions
| Public Member Function Name | Description |
|---|---|
| StartAbility (const Want &want) | int Starts an Ability based on the specified Want information. |
| StopAbility (const Want &want) | int Stops an Ability based on the specified Want information. |
| TerminateAbility () | int Destroys this Ability. |
| ConnectAbility (const Want &want, const IAbilityConnection &conn, void *data) | int Connects to a Service ability based on the specified Want information. |
| DisconnectAbility (const IAbilityConnection &conn) | int Disconnects from a Service ability. |
