Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12018] FileProxy is not documented in Android module docs

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2017-07-12T21:46:54.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterArthur Evans
AssigneeEric Merriman
Created2012-12-11T01:51:48.000+0000
Updated2017-07-12T21:46:54.000+0000

Description

The Android module API docs include TiBaseFile, but not FileProxy. http://builds.appcelerator.com.s3.amazonaws.com/module-apidoc/2.0.0/android/org/appcelerator/titanium/io/TiBaseFile.html However, to return a file, I believe we need to return FileProxy (as demonstrated in the ModDevGuide), not a TiBaseFile. See: https://github.com/appcelerator/titanium_modules/blob/master/moddevguide/mobile/android/src/ti/moddevguide/MethodsDemoProxy.java#L243

Comments

  1. Lee Morris 2017-07-12

    Can verify this as fixed as FileProxy is now documented here; https://docs.appcelerator.com/platform/latest/#!/guide/Android_Module_Architecture

JSON Source