1.0.5 • Published 3 years ago

cordova-plugin-dispaly-cutout v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Support display cutouts for Cordova

Plugin for Cordova to perform Android display cutouts.

Released under MIT license.

Installation

Cordova

cordova plugin add cordova-plugin-display-cutout

Code example

Here are some examples on how you can use this plugin

DisplayCutout.setDisplayCutout(displayCutoutMode,successFunction, errorFunction);

DisplayCutout.getDisplayCutout(successFunction, errorFunction);