@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.
Keep going from @capgo/capacitor-intent-launcher
Section titled “Keep going from @capgo/capacitor-intent-launcher”If you are using @capgo/capacitor-intent-launcher to plan dashboard and API operations, connect it with Using @capgo/capacitor-intent-launcher for the native capability in Using @capgo/capacitor-intent-launcher, API Overview for the implementation detail in API Overview, Introduction for the implementation detail in Introduction, API Keys for the implementation detail in API Keys, and Devices for the implementation detail in Devices.