1 Star 0 Fork 4.9K

famoustang / docs

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

ability_manager.h

Overview

Related Modules:

AbilityKit

Description:

Declares ability-related functions, including functions for starting, stopping, connecting to, and disconnecting from an ability, registering a callback, and unregistering a callback.

Since:

1.0

Version:

1.0

Summary

Functions

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.

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.

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

搜索帮助