@falconeta/capacitor-android-full-view 0.0.16 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ import com.getcapacitor.PluginMethod;
8
8
  import com.getcapacitor.annotation.CapacitorPlugin;
9
9
 
10
10
  @CapacitorPlugin(name = "AndroidFullView")
11
- public class AndroidFullView extends Plugin {
11
+ public class AndroidFullViewPlugin extends Plugin {
12
12
 
13
13
  private AndroidFullView implementation;
14
14
 
@@ -6,7 +6,7 @@ import Capacitor
6
6
  * here: https://capacitorjs.com/docs/plugins/ios
7
7
  */
8
8
  @objc(AndroidFullView)
9
- public class AndroidFullView: CAPPlugin {
9
+ public class AndroidFullViewPlugin: CAPPlugin {
10
10
  private let implementation = AndroidFullView()
11
11
 
12
12
  @objc func top(_ call: CAPPluginCall) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falconeta/capacitor-android-full-view",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "description": "Capacitor plugin for retrieving proper top offset, bottom offset and set full screen ONLY for android",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",