@capgo/capacitor-intent-launcher
Capacitor Intent Launcher Plugin for launching Android intents and opening system settings on both Android and iOS.
Overview
Section titled “Overview”Capacitor Intent Launcher Plugin for launching Android intents and opening system settings on both Android and iOS.
Core Capabilities
Section titled “Core Capabilities”startActivityAsync- Starts an Android activity for the given action.openIOSSettings- Opens iOS settings screen.openApplication- Opens an application by its package name.getApplicationIconAsync- Gets the application icon as a base64-encoded PNG string.
Public API
Section titled “Public API”| Method | Description |
|---|---|
startActivityAsync | Starts an Android activity for the given action. |
openIOSSettings | Opens iOS settings screen. |
openApplication | Opens an application by its package name. |
getApplicationIconAsync | Gets the application icon as a base64-encoded PNG string. |
getPluginVersion | Get the native Capacitor plugin version. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-intent-launcher.