7.0.3 • Published 5 months ago

capacitor-overlay v7.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

capacitor-overlay

Provides a simple way to check if the application has permission to overlay other apps on Android.

Install

npm install capacitor-overlay
npx cap sync

API

checkPermission()

checkPermission() => Promise<checkPermissionResult>

Returns if the app has overlay permission.

Only available on Android.

Returns: Promise<checkPermissionResult>

Since: 0.0.1


openOverlaySettings()

openOverlaySettings() => Promise<void>

Opens the Overlay settings page.

Only available on Android.

Since: 0.0.1


Interfaces

checkPermissionResult

PropTypeDescriptionSince
grantedbooleanIf the app has overlay permission.0.0.1
7.0.3

5 months ago

7.0.2

5 months ago

7.0.1

5 months ago

7.0.0

5 months ago