7.1.3 • Published 4 years ago

cordova-plugin-raqmiyat-alert v7.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

title: Ionic Network Alert

description: Device's network status notification

cordova-plugin-raqmiyat-alert

Installation

cordova plugin add cordova-plugin-raqmiyat-alert (or)
cordova plugin add https://github.com/GMuthuraja/IonicNetworkAlert.git

Supported Platforms

  • Android

How to Use

declare var CustomAlert: any; //paste it below the import section

//button onclick function 
checkStatus() { 
CustomAlert.networkCheck((response) => {
      console.log(response);
    }, (error => {
      console.log(error);
})
}
7.1.3

4 years ago

7.1.2

4 years ago

7.1.1

4 years ago

7.0.0

4 years ago

2.9.9

4 years ago

4.3.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

5.0.0

4 years ago

4.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago