@genesislcap/foundation-fdc3 14.408.0 → 14.409.0-FUI-2495.2
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 -75
- package/package.json +14 -14
- package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
- package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -62
- package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +0 -86
- package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +0 -54
- package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +0 -70
- package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +0 -86
- package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +0 -70
- package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +0 -70
- package/docs/api/foundation-fdc3.fdc3.currentchannel_.md +0 -13
- package/docs/api/foundation-fdc3.fdc3.findintent.md +0 -72
- package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +0 -56
- package/docs/api/foundation-fdc3.fdc3.getcurrentchannel.md +0 -17
- package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +0 -56
- package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +0 -86
- package/docs/api/foundation-fdc3.fdc3.isinteropfdc3.md +0 -13
- package/docs/api/foundation-fdc3.fdc3.isready.md +0 -13
- package/docs/api/foundation-fdc3.fdc3.isready_.md +0 -13
- package/docs/api/foundation-fdc3.fdc3.joinchannel.md +0 -56
- package/docs/api/foundation-fdc3.fdc3.md +0 -284
- package/docs/api/foundation-fdc3.fdc3.raiseintent.md +0 -72
- package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +0 -56
- package/docs/api/foundation-fdc3.fdc3appintent.md +0 -18
- package/docs/api/foundation-fdc3.fdc3channel.md +0 -18
- package/docs/api/foundation-fdc3.fdc3context.md +0 -18
- package/docs/api/foundation-fdc3.fdc3contexthandler.md +0 -16
- package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
- package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -62
- package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +0 -14
- package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +0 -14
- package/docs/api/foundation-fdc3.fdc3intentlistener.md +0 -81
- package/docs/api/foundation-fdc3.fdc3intentresolution.md +0 -18
- package/docs/api/foundation-fdc3.fdc3intents.md +0 -16
- package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.md +0 -138
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +0 -14
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +0 -14
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +0 -81
- package/docs/api/foundation-fdc3.intentconfig.callback.md +0 -14
- package/docs/api/foundation-fdc3.intentconfig.intent.md +0 -14
- package/docs/api/foundation-fdc3.intentconfig.md +0 -80
- package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +0 -66
- package/docs/api/foundation-fdc3.interopnotificationslistener.ioconnectnotificationoptions.md +0 -11
- package/docs/api/foundation-fdc3.interopnotificationslistener.md +0 -93
- package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +0 -50
- package/docs/api/foundation-fdc3.logger.md +0 -13
- package/docs/api/foundation-fdc3.md +0 -254
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +0 -14
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +0 -14
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +0 -80
- package/docs/api/index.md +0 -30
- package/docs/api-report.md.api.md +0 -281
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [findIntent](./foundation-fdc3.fdc3.findintent.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.findIntent() method
|
|
6
|
-
|
|
7
|
-
Finds an app that supports the specified intent.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
findIntent(intent: FDC3Intents, context?: FDC3Context): Promise<FDC3AppIntent>;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
intent
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
[FDC3Intents](./foundation-fdc3.fdc3intents.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
The intent to find an app for.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
<tr><td>
|
|
50
|
-
|
|
51
|
-
context
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td><td>
|
|
55
|
-
|
|
56
|
-
[FDC3Context](./foundation-fdc3.fdc3context.md)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
_(Optional)_ The context to use.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
</td></tr>
|
|
65
|
-
</tbody></table>
|
|
66
|
-
|
|
67
|
-
**Returns:**
|
|
68
|
-
|
|
69
|
-
Promise<[FDC3AppIntent](./foundation-fdc3.fdc3appintent.md)<!-- -->>
|
|
70
|
-
|
|
71
|
-
A promise that resolves with the app and its metadata.
|
|
72
|
-
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [findIntentsByContext](./foundation-fdc3.fdc3.findintentsbycontext.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.findIntentsByContext() method
|
|
6
|
-
|
|
7
|
-
Finds all the intents supported by the specified context.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
findIntentsByContext(context: FDC3Context): Promise<FDC3AppIntent[]>;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
context
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
[FDC3Context](./foundation-fdc3.fdc3context.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
The context to use.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
50
|
-
|
|
51
|
-
**Returns:**
|
|
52
|
-
|
|
53
|
-
Promise<[FDC3AppIntent](./foundation-fdc3.fdc3appintent.md)<!-- -->\[\]>
|
|
54
|
-
|
|
55
|
-
A promise that resolves with an array of all matching intents and their metadata.
|
|
56
|
-
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [getCurrentChannel](./foundation-fdc3.fdc3.getcurrentchannel.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.getCurrentChannel() method
|
|
6
|
-
|
|
7
|
-
Helper function to get the current channel of the application
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
getCurrentChannel(): Promise<Channel>;
|
|
13
|
-
```
|
|
14
|
-
**Returns:**
|
|
15
|
-
|
|
16
|
-
Promise<Channel>
|
|
17
|
-
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [getOrCreateChannel](./foundation-fdc3.fdc3.getorcreatechannel.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.getOrCreateChannel() method
|
|
6
|
-
|
|
7
|
-
Gets or creates the specified channel.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
getOrCreateChannel(channelId: string): Promise<FDC3Channel>;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
channelId
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
string
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
The ID of the channel to get or create.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
50
|
-
|
|
51
|
-
**Returns:**
|
|
52
|
-
|
|
53
|
-
Promise<[FDC3Channel](./foundation-fdc3.fdc3channel.md)<!-- -->>
|
|
54
|
-
|
|
55
|
-
A promise that resolves with the channel object.
|
|
56
|
-
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [handleChannelCurrentContext](./foundation-fdc3.fdc3.handlechannelcurrentcontext.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.handleChannelCurrentContext() method
|
|
6
|
-
|
|
7
|
-
Helper function to add a context listener on a channel with a handler for channel messages
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
handleChannelCurrentContext(channel: Channel | FDC3Channel, contextType: string, listenerCallback: (FDC3Context: any) => any): Promise<void>;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
channel
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
Channel \| [FDC3Channel](./foundation-fdc3.fdc3channel.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
channel instance for getting for getting current context
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
<tr><td>
|
|
50
|
-
|
|
51
|
-
contextType
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td><td>
|
|
55
|
-
|
|
56
|
-
string
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
context type of the channel to listen to
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
</td></tr>
|
|
65
|
-
<tr><td>
|
|
66
|
-
|
|
67
|
-
listenerCallback
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</td><td>
|
|
71
|
-
|
|
72
|
-
(FDC3Context: any) => any
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
</td><td>
|
|
76
|
-
|
|
77
|
-
handler to for the channel context listener
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
</td></tr>
|
|
81
|
-
</tbody></table>
|
|
82
|
-
|
|
83
|
-
**Returns:**
|
|
84
|
-
|
|
85
|
-
Promise<void>
|
|
86
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [isInteropFdc3](./foundation-fdc3.fdc3.isinteropfdc3.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.isInteropFdc3 property
|
|
6
|
-
|
|
7
|
-
Check if the interop global is available.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
isInteropFdc3: () => boolean;
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [isReady](./foundation-fdc3.fdc3.isready.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.isReady property
|
|
6
|
-
|
|
7
|
-
Whether the FDC3 API is ready.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
isReady: boolean;
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [isReady$](./foundation-fdc3.fdc3.isready_.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.isReady$ property
|
|
6
|
-
|
|
7
|
-
Observable indicating the FDC3 API is ready.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
isReady$: Observable<true>;
|
|
13
|
-
```
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md) > [joinChannel](./foundation-fdc3.fdc3.joinchannel.md)
|
|
4
|
-
|
|
5
|
-
## FDC3.joinChannel() method
|
|
6
|
-
|
|
7
|
-
Joins the specified channel.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
joinChannel(channelId: string): Promise<void>;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
channelId
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
string
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
The ID of the channel to join.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
50
|
-
|
|
51
|
-
**Returns:**
|
|
52
|
-
|
|
53
|
-
Promise<void>
|
|
54
|
-
|
|
55
|
-
A promise that resolves when the join is successful.
|
|
56
|
-
|
|
@@ -1,284 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [FDC3](./foundation-fdc3.fdc3.md)
|
|
4
|
-
|
|
5
|
-
## FDC3 interface
|
|
6
|
-
|
|
7
|
-
The FDC3 API interface.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export interface FDC3
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Property
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Modifiers
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Type
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th><th>
|
|
33
|
-
|
|
34
|
-
Description
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</th></tr></thead>
|
|
38
|
-
<tbody><tr><td>
|
|
39
|
-
|
|
40
|
-
[currentChannel$](./foundation-fdc3.fdc3.currentchannel_.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td><td>
|
|
47
|
-
|
|
48
|
-
Observable<[FDC3Channel](./foundation-fdc3.fdc3channel.md)<!-- -->>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
Observable which emits the current channel When a new channel is joined a new value is emitted
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</td></tr>
|
|
57
|
-
<tr><td>
|
|
58
|
-
|
|
59
|
-
[isInteropFdc3](./foundation-fdc3.fdc3.isinteropfdc3.md)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</td><td>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</td><td>
|
|
66
|
-
|
|
67
|
-
() => boolean
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</td><td>
|
|
71
|
-
|
|
72
|
-
Check if the interop global is available.
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
</td></tr>
|
|
76
|
-
<tr><td>
|
|
77
|
-
|
|
78
|
-
[isReady](./foundation-fdc3.fdc3.isready.md)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
</td><td>
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</td><td>
|
|
85
|
-
|
|
86
|
-
boolean
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
</td><td>
|
|
90
|
-
|
|
91
|
-
Whether the FDC3 API is ready.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
</td></tr>
|
|
95
|
-
<tr><td>
|
|
96
|
-
|
|
97
|
-
[isReady$](./foundation-fdc3.fdc3.isready_.md)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
</td><td>
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</td><td>
|
|
104
|
-
|
|
105
|
-
Observable<true>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
</td><td>
|
|
109
|
-
|
|
110
|
-
Observable indicating the FDC3 API is ready.
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
</td></tr>
|
|
114
|
-
</tbody></table>
|
|
115
|
-
|
|
116
|
-
## Methods
|
|
117
|
-
|
|
118
|
-
<table><thead><tr><th>
|
|
119
|
-
|
|
120
|
-
Method
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
</th><th>
|
|
124
|
-
|
|
125
|
-
Description
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
</th></tr></thead>
|
|
129
|
-
<tbody><tr><td>
|
|
130
|
-
|
|
131
|
-
[addChannelListener(channelName, channelType, callback)](./foundation-fdc3.fdc3.addchannellistener.md)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
</td><td>
|
|
135
|
-
|
|
136
|
-
Helper function to add a context listener on a channel with a handler for channel messages
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
</td></tr>
|
|
140
|
-
<tr><td>
|
|
141
|
-
|
|
142
|
-
[addIntentListeners(listeners)](./foundation-fdc3.fdc3.addintentlisteners.md)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
</td><td>
|
|
146
|
-
|
|
147
|
-
Adds intent listeners for the specified intents.
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
</td></tr>
|
|
151
|
-
<tr><td>
|
|
152
|
-
|
|
153
|
-
[addSystemChannelListener(channelType, callback)](./foundation-fdc3.fdc3.addsystemchannellistener.md)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
</td><td>
|
|
157
|
-
|
|
158
|
-
Helper function to add a context listener on to the system, aka 'color', channel with a handler for channel messages
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
</td></tr>
|
|
162
|
-
<tr><td>
|
|
163
|
-
|
|
164
|
-
[broadcastOnChannel(channelName, type, payload)](./foundation-fdc3.fdc3.broadcastonchannel.md)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
</td><td>
|
|
168
|
-
|
|
169
|
-
Broadcasts a message on a given channel with a given type
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
</td></tr>
|
|
173
|
-
<tr><td>
|
|
174
|
-
|
|
175
|
-
[broadcastOnChannelEventHandler(channelName, type)](./foundation-fdc3.fdc3.broadcastonchanneleventhandler.md)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
</td><td>
|
|
179
|
-
|
|
180
|
-
Helper function to broadcast message on channel in response to dispatched event
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
</td></tr>
|
|
184
|
-
<tr><td>
|
|
185
|
-
|
|
186
|
-
[broadcastOnCurrentChannel(payload, type)](./foundation-fdc3.fdc3.broadcastoncurrentchannel.md)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
</td><td>
|
|
190
|
-
|
|
191
|
-
Broadcasts a message on the current app channel
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
</td></tr>
|
|
195
|
-
<tr><td>
|
|
196
|
-
|
|
197
|
-
[findIntent(intent, context)](./foundation-fdc3.fdc3.findintent.md)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
</td><td>
|
|
201
|
-
|
|
202
|
-
Finds an app that supports the specified intent.
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
</td></tr>
|
|
206
|
-
<tr><td>
|
|
207
|
-
|
|
208
|
-
[findIntentsByContext(context)](./foundation-fdc3.fdc3.findintentsbycontext.md)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
</td><td>
|
|
212
|
-
|
|
213
|
-
Finds all the intents supported by the specified context.
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
</td></tr>
|
|
217
|
-
<tr><td>
|
|
218
|
-
|
|
219
|
-
[getCurrentChannel()](./foundation-fdc3.fdc3.getcurrentchannel.md)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
</td><td>
|
|
223
|
-
|
|
224
|
-
Helper function to get the current channel of the application
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
</td></tr>
|
|
228
|
-
<tr><td>
|
|
229
|
-
|
|
230
|
-
[getOrCreateChannel(channelId)](./foundation-fdc3.fdc3.getorcreatechannel.md)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
</td><td>
|
|
234
|
-
|
|
235
|
-
Gets or creates the specified channel.
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
</td></tr>
|
|
239
|
-
<tr><td>
|
|
240
|
-
|
|
241
|
-
[handleChannelCurrentContext(channel, contextType, listenerCallback)](./foundation-fdc3.fdc3.handlechannelcurrentcontext.md)
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
</td><td>
|
|
245
|
-
|
|
246
|
-
Helper function to add a context listener on a channel with a handler for channel messages
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
</td></tr>
|
|
250
|
-
<tr><td>
|
|
251
|
-
|
|
252
|
-
[joinChannel(channelId)](./foundation-fdc3.fdc3.joinchannel.md)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
</td><td>
|
|
256
|
-
|
|
257
|
-
Joins the specified channel.
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
</td></tr>
|
|
261
|
-
<tr><td>
|
|
262
|
-
|
|
263
|
-
[raiseIntent(context, intent)](./foundation-fdc3.fdc3.raiseintent.md)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
</td><td>
|
|
267
|
-
|
|
268
|
-
Raises the specified intent with the specified context.
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
</td></tr>
|
|
272
|
-
<tr><td>
|
|
273
|
-
|
|
274
|
-
[raiseIntentForContext(context)](./foundation-fdc3.fdc3.raiseintentforcontext.md)
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
</td><td>
|
|
278
|
-
|
|
279
|
-
Raises an intent against an application based purely on the context data.
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
</td></tr>
|
|
283
|
-
</tbody></table>
|
|
284
|
-
|