sendIntent

open override fun sendIntent(action: String?, extras: ReadableArray?, promise: Promise)

Allows to send intents on Android

For example, you can open the Notification Category screen for a specific application passing action = 'android.settings.CHANNEL_NOTIFICATION_SETTINGS' and extras = { 'android.provider.extra.APP_PACKAGE': 'your.package.name.here' }, { 'android.provider.extra.CHANNEL_ID': 'your.channel.id.here }

Parameters

action

The general action to be performed

extras

An array of extras { String, String | Number | Boolean }