# umeng-push **Repository Path**: myectech/umeng-push ## Basic Information - **Project Name**: umeng-push - **Description**: ionic capacitor ๅ‹็›Ÿๆ’ไปถ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2022-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # umeng-push A Umeng Push Plugin ## Install ```bash npm install umeng-push npx cap sync ``` ## API * [`echo(...)`](#echo) * [`getDeviceToken()`](#getdevicetoken) ### echo(...) ```typescript echo(options: { value: string; }) => Promise<{ value: string; }> ``` | Param | Type | | ------------- | ------------------------------- | | **`options`** | { value: string; } | **Returns:** Promise<{ value: string; }> -------------------- ### getDeviceToken() ```typescript getDeviceToken() => Promise<{ token: string; }> ``` **Returns:** Promise<{ token: string; }> --------------------