Cordova Alert Dialog Plugin
npm install cordova-plugin-alertdialog---
title: Alert Dialog
description: Triggers a call to the alert module system
---
This plugin is very simple. Customize the operating system's native alerts and triggers for an immediate alert to your activity.
cordova plugin add cordova-plugin-alertdialog
window.plugins.alertdialog.show('testTitle', 'Success Message!', 'buttonOk');
1. Title Alert
2. Message
3. Label Button
- Android