@simplysm/capacitor-plugin-intent 14.0.14 → 14.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,16 +17,16 @@ npm install @simplysm/capacitor-plugin-intent
|
|
|
17
17
|
|
|
18
18
|
| API | Type | Description |
|
|
19
19
|
|-----|------|-------------|
|
|
20
|
-
| `IntentResult` |
|
|
21
|
-
| `StartActivityForResultOptions` |
|
|
22
|
-
| `StartActivityForResultResult` |
|
|
23
|
-
| `IntentPlugin` |
|
|
20
|
+
| `IntentResult` | interface | Data received from a broadcast or launch intent |
|
|
21
|
+
| `StartActivityForResultOptions` | interface | Options for starting an Android activity and awaiting its result |
|
|
22
|
+
| `StartActivityForResultResult` | interface | Result returned from a started activity |
|
|
23
|
+
| `IntentPlugin` | interface | Native plugin interface for intent operations |
|
|
24
24
|
|
|
25
25
|
### Classes
|
|
26
26
|
|
|
27
27
|
| API | Type | Description |
|
|
28
28
|
|-----|------|-------------|
|
|
29
|
-
| `Intent` |
|
|
29
|
+
| `Intent` | class | Static API for broadcast send/receive, launch intents, and activity results |
|
|
30
30
|
|
|
31
31
|
## `IntentResult`
|
|
32
32
|
|