[AC-3233] Ti.Media.camera is missing from the docs
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-03-05T00:45:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Documentation |
Labels | api |
Reporter | John C. Bland II |
Assignee | Mauro Parra-Miranda |
Created | 2013-03-02T19:40:35.000+0000 |
Updated | 2016-03-08T07:57:38.000+0000 |
Description
(moving from Q&A: http://developer.appcelerator.com/question/149056/timediacamera-is-missing-from-the-docs).
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Media
There is no reference to Ti.Media.camera. I found out about it after Googling and seeing people reference Kitchen Sink.
As a new developer to the platform, having incomplete docs makes it pretty difficult to be productive (see Kitchen Sink should not be the answer either).
Hi John, Please see the links below for more information on using the camera. http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Media-method-showCamera http://docs.appcelerator.com/titanium/latest/#!/api/CameraOptionsType http://docs.appcelerator.com/titanium/latest/#!/guide/Camera_and_Photo_Gallery_APIs Regards, Jamie
I believe you may have misunderstood. I'll try to restate. The API reference should show every property for that specific class/object. The Ti.Media.camera property is not listed on the Ti.Media page. The pages you linked (in the same order): 1) No reference to Ti.Media.camera 2) No reference to Ti.Media.camera 3) The only reference is in the example code once but never defined API references should show every property, method, and event. Does that help explain the issue/expectation?