# 关于消息收件箱

消息收件箱在您的应用中为重要消息创建了一个特殊空间。用户不会收到通知，也看不到应用图标旁的角标，但一旦用户打开应用，消息就会被送达并显示在应用内。

通过消息收件箱，您可以将重要消息传递给更广泛的受众。

### 实现

消息收件箱可以集成到移动和网页应用中。请遵循专门的指南：

<LinkCard title="移动端消息收件箱" href="/developer/guides/message-inbox/mobile-message-inbox/" />

<LinkCard title="网页端消息收件箱" href="/developer/guides/message-inbox/web-message-inbox/" />

消息收件箱可以使用默认设计实现，也可以完全根据您的应用 UI 进行定制。

<LinkCard title="自定义 iOS UI 指南" href="https://github.com/Pushwoosh/pushwoosh-inbox-ui-ios-sdk" />

<LinkCard title="自定义 iOS XCFramework 指南" href="https://github.com/Pushwoosh/PushwooshInboxUI-XCFramework" />

<LinkCard title="自定义 Android UI 指南" href="https://github.com/Pushwoosh/pushwoosh-inbox-ui-android-sdk" />

这是一个消息收件箱设计的示例：

<img src="/message-inbox-README-1.webp" alt="消息收件箱界面示例，显示了存储的推送通知列表，包含标题和预览文本"/>

### 统计数据

消息收件箱的打开率统计数据可在 Pushwoosh API 中获取。您也可以使用 Pushwoosh API 仅接收来自消息收件箱的消息数据。

为此，请使用 [`getMessageLog`](/zh/developer/api-reference/statistics-api/message-statistics-api/#getmessagelog) API 方法，并附带以下参数：`message_id` 和 `action`: `"inbox_opened"`。

[遵循 Pushwoosh 统计 API 指南 >](/zh/developer/api-reference/statistics-api/message-statistics-api/#getmessagelog)