Skip to content

@capgo/capacitor-intent-launcher

Capacitor Intent Launcher Plugin for launching Android intents and opening system settings on both Android and iOS.

Capacitor Intent Launcher Plugin for launching Android intents and opening system settings on both Android and iOS.

  • 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.
MethodDescription
startActivityAsyncStarts an Android activity for the given action.
openIOSSettingsOpens iOS settings screen.
openApplicationOpens an application by its package name.
getApplicationIconAsyncGets the application icon as a base64-encoded PNG string.
getPluginVersionGet the native Capacitor plugin version.

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.