# ability\_connection.h ## **Overview** **Related Modules:** [AbilityKit](AbilityKit.md) **Description:** Declares callbacks to be invoked when a remote [Service](Service.md) ability is connected or disconnected. You must override the callbacks provided in [IAbilityConnection](IAbilityConnection.md) to implement your processing logic for [Service](Service.md) connection and disconnection. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
Provides callbacks to be invoked when a remote Service ability is connected or disconnected. |