fuchsia::modular::Agent


英文原文快照


Agent是一个实现fuchsia::modular::Agent接口的应用程序,其生命周期不依赖于任何Story,并且是User作用域内的单例。Agent可以被其他组件或系统调用以响应触发器,并且Agent可以自行终止或由系统终止。Agent可以向/从其他应用程序提供/接收服务,发送/接收消息并向用户提供建议。

请查看

fuchsia::modular::Agent

fuchsia::modular::AgentContext

fuchsia::modular::AgentController