├── .gitignore
├── LICENSE.txt
├── README.md
└── dist
├── android-msf-api-2.0.13.jar
├── android-msf-api-lite-2.0.13.jar
└── docs
├── allclasses-frame.html
├── allclasses-noframe.html
├── com
└── samsung
│ └── multiscreen
│ ├── Application.html
│ ├── ApplicationInfo.html
│ ├── Channel.OnClientConnectListener.html
│ ├── Channel.OnClientDisconnectListener.html
│ ├── Channel.OnConnectListener.html
│ ├── Channel.OnDisconnectListener.html
│ ├── Channel.OnErrorListener.html
│ ├── Channel.OnMessageListener.html
│ ├── Channel.OnReadyListener.html
│ ├── Channel.html
│ ├── Client.html
│ ├── Clients.html
│ ├── Device.html
│ ├── Error.html
│ ├── MDNSSearchProvider.html
│ ├── MSFDSearchProvider.html
│ ├── Message.html
│ ├── Result.html
│ ├── Search.OnServiceFoundListener.html
│ ├── Search.OnServiceLostListener.html
│ ├── Search.OnStartListener.html
│ ├── Search.OnStopListener.html
│ ├── Search.html
│ ├── SearchException.html
│ ├── SearchProvider.html
│ ├── Service.html
│ ├── class-use
│ ├── Application.html
│ ├── ApplicationInfo.html
│ ├── Channel.OnClientConnectListener.html
│ ├── Channel.OnClientDisconnectListener.html
│ ├── Channel.OnConnectListener.html
│ ├── Channel.OnDisconnectListener.html
│ ├── Channel.OnErrorListener.html
│ ├── Channel.OnMessageListener.html
│ ├── Channel.OnReadyListener.html
│ ├── Channel.html
│ ├── Client.html
│ ├── Clients.html
│ ├── Device.html
│ ├── Error.html
│ ├── MDNSSearchProvider.html
│ ├── MSFDSearchProvider.html
│ ├── Message.html
│ ├── Result.html
│ ├── Search.OnServiceFoundListener.html
│ ├── Search.OnServiceLostListener.html
│ ├── Search.OnStartListener.html
│ ├── Search.OnStopListener.html
│ ├── Search.html
│ ├── SearchException.html
│ ├── SearchProvider.html
│ └── Service.html
│ ├── package-frame.html
│ ├── package-summary.html
│ ├── package-tree.html
│ └── package-use.html
├── constant-values.html
├── deprecated-list.html
├── help-doc.html
├── index-all.html
├── index.html
├── overview-summary.html
├── overview-tree.html
├── package-list
├── resources
├── background.gif
├── tab.gif
├── titlebar.gif
└── titlebar_end.gif
├── serialized-form.html
└── styles.css
/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
--------------------------------------------------------------------------------
/LICENSE.txt:
--------------------------------------------------------------------------------
1 | Copyright (c) 2014 Samsung Electronics
2 |
3 | Permission is hereby granted, free of charge, to any person obtaining a copy
4 | of this software and associated documentation files (the "Software"), to deal
5 | in the Software without restriction, including without limitation the rights
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 | copies of the Software, and to permit persons to whom the Software is
8 | furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in
11 | all copies or substantial portions of the Software.
12 |
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 | THE SOFTWARE.
20 |
--------------------------------------------------------------------------------
/dist/android-msf-api-2.0.13.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MultiScreenSDK/multiscreen-android/b1577eab8fa8e3d0261a91fe1212df2092ac1d10/dist/android-msf-api-2.0.13.jar
--------------------------------------------------------------------------------
/dist/android-msf-api-lite-2.0.13.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MultiScreenSDK/multiscreen-android/b1577eab8fa8e3d0261a91fe1212df2092ac1d10/dist/android-msf-api-lite-2.0.13.jar
--------------------------------------------------------------------------------
/dist/docs/allclasses-frame.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | All Classes (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 | All Classes
11 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/dist/docs/allclasses-noframe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | All Classes (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 | All Classes
11 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/Channel.OnConnectListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Channel.OnConnectListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
37 |
41 |
45 |
48 |
49 |
59 |
60 |
61 |
62 | - Summary:
63 | - Nested |
64 | - Field |
65 | - Constr |
66 | - Method
67 |
68 |
69 | - Detail:
70 | - Field |
71 | - Constr |
72 | - Method
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
99 |
100 |
101 | -
102 |
103 |
104 | -
105 |
106 |
107 |
Method Summary
108 |
109 | Methods
110 |
111 | Modifier and Type |
112 | Method and Description |
113 |
114 |
115 | void |
116 | onConnect(Client client)
117 | Invoked on a connect event.
118 | |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | -
129 |
130 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
171 |
172 |
176 |
180 |
183 |
184 |
194 |
195 |
196 |
197 | - Summary:
198 | - Nested |
199 | - Field |
200 | - Constr |
201 | - Method
202 |
203 |
204 | - Detail:
205 | - Field |
206 | - Constr |
207 | - Method
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/Channel.OnDisconnectListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Channel.OnDisconnectListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
37 |
41 |
45 |
48 |
49 |
59 |
60 |
61 |
62 | - Summary:
63 | - Nested |
64 | - Field |
65 | - Constr |
66 | - Method
67 |
68 |
69 | - Detail:
70 | - Field |
71 | - Constr |
72 | - Method
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
99 |
100 |
101 | -
102 |
103 |
104 | -
105 |
106 |
107 |
Method Summary
108 |
109 | Methods
110 |
111 | Modifier and Type |
112 | Method and Description |
113 |
114 |
115 | void |
116 | onDisconnect(Client client)
117 | Invoked on a disconnect event.
118 | |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | -
129 |
130 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
171 |
172 |
176 |
180 |
183 |
184 |
194 |
195 |
196 |
197 | - Summary:
198 | - Nested |
199 | - Field |
200 | - Constr |
201 | - Method
202 |
203 |
204 | - Detail:
205 | - Field |
206 | - Constr |
207 | - Method
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/Channel.OnErrorListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Channel.OnErrorListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
37 |
41 |
45 |
48 |
49 |
59 |
60 |
61 |
62 | - Summary:
63 | - Nested |
64 | - Field |
65 | - Constr |
66 | - Method
67 |
68 |
69 | - Detail:
70 | - Field |
71 | - Constr |
72 | - Method
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
99 |
100 |
101 | -
102 |
103 |
104 | -
105 |
106 |
107 |
Method Summary
108 |
109 | Methods
110 |
111 | Modifier and Type |
112 | Method and Description |
113 |
114 |
115 | void |
116 | onError(Error error)
117 | Invoked on an error event.
118 | |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | -
129 |
130 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
171 |
172 |
176 |
180 |
183 |
184 |
194 |
195 |
196 |
197 | - Summary:
198 | - Nested |
199 | - Field |
200 | - Constr |
201 | - Method
202 |
203 |
204 | - Detail:
205 | - Field |
206 | - Constr |
207 | - Method
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/Search.OnServiceFoundListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Search.OnServiceFoundListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
37 |
41 |
45 |
48 |
49 |
59 |
60 |
61 |
62 | - Summary:
63 | - Nested |
64 | - Field |
65 | - Constr |
66 | - Method
67 |
68 |
69 | - Detail:
70 | - Field |
71 | - Constr |
72 | - Method
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
99 |
100 |
101 | -
102 |
103 |
104 | -
105 |
106 |
107 |
Method Summary
108 |
109 | Methods
110 |
111 | Modifier and Type |
112 | Method and Description |
113 |
114 |
115 | void |
116 | onFound(Service service)
117 | Invoked on a service found event.
118 | |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | -
129 |
130 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
171 |
172 |
176 |
180 |
183 |
184 |
194 |
195 |
196 |
197 | - Summary:
198 | - Nested |
199 | - Field |
200 | - Constr |
201 | - Method
202 |
203 |
204 | - Detail:
205 | - Field |
206 | - Constr |
207 | - Method
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/Search.OnServiceLostListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Search.OnServiceLostListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
37 |
41 |
45 |
48 |
49 |
59 |
60 |
61 |
62 | - Summary:
63 | - Nested |
64 | - Field |
65 | - Constr |
66 | - Method
67 |
68 |
69 | - Detail:
70 | - Field |
71 | - Constr |
72 | - Method
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
99 |
100 |
101 | -
102 |
103 |
104 | -
105 |
106 |
107 |
Method Summary
108 |
109 | Methods
110 |
111 | Modifier and Type |
112 | Method and Description |
113 |
114 |
115 | void |
116 | onLost(Service service)
117 | Invoked on a service lost event.
118 | |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | -
129 |
130 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
171 |
172 |
176 |
180 |
183 |
184 |
194 |
195 |
196 |
197 | - Summary:
198 | - Nested |
199 | - Field |
200 | - Constr |
201 | - Method
202 |
203 |
204 | - Detail:
205 | - Field |
206 | - Constr |
207 | - Method
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/Search.OnStartListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Search.OnStartListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
37 |
41 |
45 |
48 |
49 |
59 |
60 |
61 |
62 | - Summary:
63 | - Nested |
64 | - Field |
65 | - Constr |
66 | - Method
67 |
68 |
69 | - Detail:
70 | - Field |
71 | - Constr |
72 | - Method
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
99 |
100 |
101 | -
102 |
103 |
104 | -
105 |
106 |
107 |
Method Summary
108 |
109 | Methods
110 |
111 | Modifier and Type |
112 | Method and Description |
113 |
114 |
115 | void |
116 | onStart()
117 | Invoked on a search start event.
118 | |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | -
129 |
130 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
170 |
171 |
175 |
179 |
182 |
183 |
193 |
194 |
195 |
196 | - Summary:
197 | - Nested |
198 | - Field |
199 | - Constr |
200 | - Method
201 |
202 |
203 | - Detail:
204 | - Field |
205 | - Constr |
206 | - Method
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/Search.OnStopListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Search.OnStopListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
37 |
41 |
45 |
48 |
49 |
59 |
60 |
61 |
62 | - Summary:
63 | - Nested |
64 | - Field |
65 | - Constr |
66 | - Method
67 |
68 |
69 | - Detail:
70 | - Field |
71 | - Constr |
72 | - Method
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
99 |
100 |
101 | -
102 |
103 |
104 | -
105 |
106 |
107 |
Method Summary
108 |
109 | Methods
110 |
111 | Modifier and Type |
112 | Method and Description |
113 |
114 |
115 | void |
116 | onStop()
117 | Invoked on a search stop event.
118 | |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | -
129 |
130 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
170 |
171 |
175 |
179 |
182 |
183 |
193 |
194 |
195 |
196 | - Summary:
197 | - Nested |
198 | - Field |
199 | - Constr |
200 | - Method
201 |
202 |
203 | - Detail:
204 | - Field |
205 | - Constr |
206 | - Method
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/ApplicationInfo.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.ApplicationInfo (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Channel.OnClientConnectListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Channel.OnClientConnectListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Channel.OnClientDisconnectListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Channel.OnClientDisconnectListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Channel.OnConnectListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Channel.OnConnectListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
99 |
100 |
117 |
118 |
119 | - Prev
120 | - Next
121 |
122 |
126 |
129 |
130 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Channel.OnDisconnectListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Channel.OnDisconnectListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Channel.OnErrorListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Channel.OnErrorListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Channel.OnMessageListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Channel.OnMessageListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
103 |
104 |
121 |
122 |
123 | - Prev
124 | - Next
125 |
126 |
130 |
133 |
134 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Channel.OnReadyListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Channel.OnReadyListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Clients.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.Clients (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Device.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.Device (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
68 |
69 | -
70 |
71 | -
72 |
73 |
74 |
75 |
76 | Method parameters in com.samsung.multiscreen with type arguments of type Device
77 |
78 | Modifier and Type |
79 | Method and Description |
80 |
81 |
82 |
83 | void |
84 | Service.getDeviceInfo(Result<Device> callback)
85 | Retrieve the underlying device information for the specified service.
86 | |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Error.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.Error (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
68 |
69 | -
70 |
71 | -
72 |
73 |
74 |
75 |
76 | Methods in com.samsung.multiscreen with parameters of type Error
77 |
78 | Modifier and Type |
79 | Method and Description |
80 |
81 |
82 |
83 | void |
84 | Channel.OnErrorListener.onError(Error error)
85 | Invoked on an error event.
86 | |
87 |
88 |
89 | void |
90 | Result.onError(Error error)
91 | Executed on error.
92 | |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
119 |
120 |
121 | - Prev
122 | - Next
123 |
124 |
128 |
131 |
132 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/MDNSSearchProvider.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.MDNSSearchProvider (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 | No usage of com.samsung.multiscreen.MDNSSearchProvider
68 |
69 |
86 |
113 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/MSFDSearchProvider.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.MSFDSearchProvider (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 | No usage of com.samsung.multiscreen.MSFDSearchProvider
68 |
69 |
86 |
113 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Message.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.Message (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
68 |
69 | -
70 |
71 | -
72 |
73 |
74 |
75 |
76 | Methods in com.samsung.multiscreen with parameters of type Message
77 |
78 | Modifier and Type |
79 | Method and Description |
80 |
81 |
82 |
83 | void |
84 | Channel.OnMessageListener.onMessage(Message message)
85 | Invoked on a message event.
86 | |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Search.OnServiceFoundListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Search.OnServiceFoundListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Search.OnServiceLostListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Search.OnServiceLostListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Search.OnStartListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Search.OnStartListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Search.OnStopListener.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Interface com.samsung.multiscreen.Search.OnStopListener (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/Search.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.Search (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
95 |
96 |
113 |
114 |
115 | - Prev
116 | - Next
117 |
118 |
122 |
125 |
126 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/class-use/SearchException.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Uses of Class com.samsung.multiscreen.SearchException (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 | No usage of com.samsung.multiscreen.SearchException
68 |
69 |
86 |
113 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/dist/docs/com/samsung/multiscreen/package-frame.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | com.samsung.multiscreen (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
11 |
12 |
Interfaces
13 |
27 |
Classes
28 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/dist/docs/constant-values.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Constant Field Values (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
71 |
111 |
112 |
129 |
130 |
131 | - Prev
132 | - Next
133 |
134 |
138 |
141 |
142 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
--------------------------------------------------------------------------------
/dist/docs/deprecated-list.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Deprecated List (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
72 |
73 |
74 |
75 |
90 |
91 |
92 |
93 |
108 |
109 |
110 |
127 |
128 |
129 | - Prev
130 | - Next
131 |
132 |
136 |
139 |
140 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
--------------------------------------------------------------------------------
/dist/docs/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Samsung MultiScreen Android API
7 |
59 |
60 |
71 |
72 |
--------------------------------------------------------------------------------
/dist/docs/package-list:
--------------------------------------------------------------------------------
1 | com.samsung.multiscreen
2 |
--------------------------------------------------------------------------------
/dist/docs/resources/background.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MultiScreenSDK/multiscreen-android/b1577eab8fa8e3d0261a91fe1212df2092ac1d10/dist/docs/resources/background.gif
--------------------------------------------------------------------------------
/dist/docs/resources/tab.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MultiScreenSDK/multiscreen-android/b1577eab8fa8e3d0261a91fe1212df2092ac1d10/dist/docs/resources/tab.gif
--------------------------------------------------------------------------------
/dist/docs/resources/titlebar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MultiScreenSDK/multiscreen-android/b1577eab8fa8e3d0261a91fe1212df2092ac1d10/dist/docs/resources/titlebar.gif
--------------------------------------------------------------------------------
/dist/docs/resources/titlebar_end.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MultiScreenSDK/multiscreen-android/b1577eab8fa8e3d0261a91fe1212df2092ac1d10/dist/docs/resources/titlebar_end.gif
--------------------------------------------------------------------------------
/dist/docs/serialized-form.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Serialized Form (Samsung MultiScreen Android API)
7 |
8 |
9 |
10 |
16 |
19 |
20 |
36 |
63 |
64 |
67 |
85 |
86 |
103 |
104 |
105 | - Prev
106 | - Next
107 |
108 |
112 |
115 |
116 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
--------------------------------------------------------------------------------