capacitor-plugin-android-insets
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -14,3 +14,3 @@ { | ||
"tags": [], | ||
"docs": "", | ||
"docs": "Returns top offset of the status bar", | ||
"complexTypes": [ | ||
@@ -17,0 +17,0 @@ "TopReturn" |
export interface AndroidInsetsPlugin { | ||
/** | ||
* Returns top offset of the status bar | ||
*/ | ||
top(): Promise<TopReturn>; | ||
@@ -3,0 +6,0 @@ } |
{ | ||
"name": "capacitor-plugin-android-insets", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Capacitro plugin for retrieving proper top offset of Android status bar", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -48,2 +48,4 @@ # capacitor-plugin-android-insets | ||
Returns top offset of the status bar | ||
**Returns:** <code>Promise<<a href="#topreturn">TopReturn</a>></code> | ||
@@ -50,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
16753
150
65