1.0.4 • Published 4 years ago

@apowo/cordova-plugin-dispaly-cutout v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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);