# capacitor-plugin-getui **Repository Path**: 3433/capacitor-plugin-getui ## Basic Information - **Project Name**: capacitor-plugin-getui - **Description**: 个推消息推送插件个推消息推送插件个推消息推送插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-25 - **Last Updated**: 2022-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # capacitor-plugin-getui 个推 ## Install ```bash npm install capacitor-plugin-getui npx cap sync ``` ## API * [`echo(...)`](#echo) ### echo(...) ```typescript echo(options: { value: string; }) => Promise<{ value: string; }> ``` | Param | Type | | ------------- | ------------------------------- | | **`options`** | { value: string; } | **Returns:** Promise<{ value: string; }> --------------------