├── .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 |
12 | 39 |
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 |
12 | 39 |
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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 78 | 79 | 80 |
81 |
com.samsung.multiscreen
82 |

Interface Channel.OnConnectListener

83 |
84 |
85 |
86 | 98 |
99 |
100 | 125 |
126 |
127 | 150 |
151 |
152 | 153 | 154 |
155 | 156 | 157 | 158 | 159 | 169 |
Copyright © 2015 Samsung. All rights reserved.
170 |
171 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 78 | 79 | 80 |
81 |
com.samsung.multiscreen
82 |

Interface Channel.OnDisconnectListener

83 |
84 |
85 |
86 | 98 |
99 |
100 | 125 |
126 |
127 | 150 |
151 |
152 | 153 | 154 |
155 | 156 | 157 | 158 | 159 | 169 |
Copyright © 2015 Samsung. All rights reserved.
170 |
171 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 78 | 79 | 80 |
81 |
com.samsung.multiscreen
82 |

Interface Channel.OnErrorListener

83 |
84 |
85 |
86 | 98 |
99 |
100 | 125 |
126 |
127 | 150 |
151 |
152 | 153 | 154 |
155 | 156 | 157 | 158 | 159 | 169 |
Copyright © 2015 Samsung. All rights reserved.
170 |
171 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 78 | 79 | 80 |
81 |
com.samsung.multiscreen
82 |

Interface Search.OnServiceFoundListener

83 |
84 |
85 |
86 | 98 |
99 |
100 | 125 |
126 |
127 | 150 |
151 |
152 | 153 | 154 |
155 | 156 | 157 | 158 | 159 | 169 |
Copyright © 2015 Samsung. All rights reserved.
170 |
171 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 78 | 79 | 80 |
81 |
com.samsung.multiscreen
82 |

Interface Search.OnServiceLostListener

83 |
84 |
85 |
86 | 98 |
99 |
100 | 125 |
126 |
127 | 150 |
151 |
152 | 153 | 154 |
155 | 156 | 157 | 158 | 159 | 169 |
Copyright © 2015 Samsung. All rights reserved.
170 |
171 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 78 | 79 | 80 |
81 |
com.samsung.multiscreen
82 |

Interface Search.OnStartListener

83 |
84 |
85 |
86 | 98 |
99 |
100 | 125 |
126 |
127 | 149 |
150 |
151 | 152 | 153 |
154 | 155 | 156 | 157 | 158 | 168 |
Copyright © 2015 Samsung. All rights reserved.
169 |
170 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 78 | 79 | 80 |
81 |
com.samsung.multiscreen
82 |

Interface Search.OnStopListener

83 |
84 |
85 |
86 | 98 |
99 |
100 | 125 |
126 |
127 | 149 |
150 |
151 | 152 | 153 |
154 | 155 | 156 | 157 | 158 | 168 |
Copyright © 2015 Samsung. All rights reserved.
169 |
170 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.ApplicationInfo

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Channel.OnClientConnectListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Channel.OnClientDisconnectListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Channel.OnConnectListener

66 |
67 |
68 | 98 |
99 | 100 |
101 | 102 | 103 | 104 | 105 | 115 |
Copyright © 2015 Samsung. All rights reserved.
116 |
117 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Channel.OnDisconnectListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Channel.OnErrorListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Channel.OnMessageListener

66 |
67 |
68 | 102 |
103 | 104 |
105 | 106 | 107 | 108 | 109 | 119 |
Copyright © 2015 Samsung. All rights reserved.
120 |
121 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Channel.OnReadyListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.Clients

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.Device

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.Error

66 |
67 |
68 | 100 |
101 | 102 |
103 | 104 | 105 | 106 | 107 | 117 |
Copyright © 2015 Samsung. All rights reserved.
118 |
119 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.MDNSSearchProvider

66 |
67 |
No usage of com.samsung.multiscreen.MDNSSearchProvider
68 | 69 |
70 | 71 | 72 | 73 | 74 | 84 |
Copyright © 2015 Samsung. All rights reserved.
85 |
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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.MSFDSearchProvider

66 |
67 |
No usage of com.samsung.multiscreen.MSFDSearchProvider
68 | 69 |
70 | 71 | 72 | 73 | 74 | 84 |
Copyright © 2015 Samsung. All rights reserved.
85 |
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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.Message

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Search.OnServiceFoundListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Search.OnServiceLostListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Search.OnStartListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Interface
com.samsung.multiscreen.Search.OnStopListener

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.Search

66 |
67 |
68 | 94 |
95 | 96 |
97 | 98 | 99 | 100 | 101 | 111 |
Copyright © 2015 Samsung. All rights reserved.
112 |
113 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Uses of Class
com.samsung.multiscreen.SearchException

66 |
67 |
No usage of com.samsung.multiscreen.SearchException
68 | 69 |
70 | 71 | 72 | 73 | 74 | 84 |
Copyright © 2014 Samsung. All rights reserved.
85 |
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 |

com.samsung.multiscreen

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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Constant Field Values

66 |

Contents

67 | 70 |
71 |
72 | 73 | 74 |

com.samsung.*

75 | 110 |
111 | 112 |
113 | 114 | 115 | 116 | 117 | 127 |
Copyright © 2015 Samsung. All rights reserved.
128 |
129 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Deprecated API

66 |

Contents

67 | 71 |
72 |
73 | 74 | 75 | 90 | 91 | 92 | 93 | 108 |
109 | 110 |
111 | 112 | 113 | 114 | 115 | 125 |
Copyright © 2015 Samsung. All rights reserved.
126 |
127 | 154 | 155 |

156 | 157 | 158 | -------------------------------------------------------------------------------- /dist/docs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Samsung MultiScreen Android API 7 | 59 | 60 | 61 | 62 | 63 | 64 | <noscript> 65 | <div>JavaScript is disabled on your browser.</div> 66 | </noscript> 67 | <h2>Frame Alert</h2> 68 | <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> 69 | 70 | 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 |
21 | 22 | 23 | 24 | 25 | 35 |
36 | 63 | 64 |
65 |

Serialized Form

66 |
67 |
68 | 84 |
85 | 86 |
87 | 88 | 89 | 90 | 91 | 101 |
Copyright © 2014 Samsung. All rights reserved.
102 |
103 | 130 | 131 |

132 | 133 | 134 | --------------------------------------------------------------------------------