提交 7709e783 编写于 作者: H Hixie

Hide implementation comment we leaked into docs

Also, add some dartdocs for AppLifecycleState values.
上级 023f0b91
......@@ -17,11 +17,16 @@ typedef void PointerPacketCallback(ByteData serializedPacket);
typedef void AppLifecycleStateCallback(AppLifecycleState state);
/// States that an application can be in.
///
/// These values must match the order of the values of AppLifecycleState
/// in sky_engine.mojom
enum AppLifecycleState {
// These values must match the order of the values of
// AppLifecycleState in sky_engine.mojom
/// The application is not currently visible to the user. When the
/// application is in this state, the engine will not call the
/// [onBeginFrame] callback.
paused,
/// The application is visible to the user.
resumed,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册