[TIMOB-24807] Windows: Missing APIs in documentation
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-07-30T00:31:06.000+0000 |
Affected Version/s | Release 6.1.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2017-06-11T17:22:02.000+0000 |
Updated | 2019-05-09T06:45:22.000+0000 |
Description
There are some APIs that are implemented but are not marked as implemented.
They are
* Titanium.UI.SearchBar
* Titanium.Network.Socket.TCP
* Titanium.Network.Socket.UDP
All that needs doing is the macro that defines unimplemented APIs being removed. Probably need to prune for any unsupported methods and properties as well
https://github.com/appcelerator/titanium_mobile_windows/pull/1012