mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,22 +1,31 @@
|
||||
---
|
||||
description: >-
|
||||
Mobile Messaging plugin for Cordova and Ionic. Mobile Messaging SDK is designed and developed to easily enable push notification channel in your mobile…
|
||||
---
|
||||
|
||||
# Mobile Messaging
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add com-infobip-plugins-mobilemessaging
|
||||
$ npm install @awesome-cordova-plugins/mobile-messaging
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/mobile-messaging/)
|
||||
|
||||
Plugin Repo: [https://github.com/infobip/mobile-messaging-cordova-plugin](https://github.com/infobip/mobile-messaging-cordova-plugin)
|
||||
|
||||
Mobile Messaging SDK is designed and developed to easily enable push notification channel in your mobile application.
|
||||
In almost no time of implementation you get push notification in your application and access to the features of [Infobip IP Messaging Platform](https://portal.infobip.com/push/).
|
||||
This document describes library integration steps for your Cordova project.
|
||||
|
||||
For more info see [Cordova plugin docs](https://github.com/infobip/mobile-messaging-cordova-plugin)
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add com-infobip-plugins-mobilemessaging
|
||||
npm install @awesome-cordova-plugins/mobile-messaging
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/infobip/mobile-messaging-cordova-plugin](https://github.com/infobip/mobile-messaging-cordova-plugin)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user