Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13412] iOS: TiProxy fireSyncEvent

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusReopened
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterMartin Guillon
AssigneeUnknown
Created2012-10-17T15:36:04.000+0000
Updated2018-02-28T20:03:18.000+0000

Description

On android there a fireSyncEvent on android. This is very practical for modules that have a high frequency of event fired and where they need to be treated as soon as possible(i use it for a motion module). iOs only have a fireEvent. I looked a little at TiBindingEvent, but was easy enough for me to do it right now ;) Yet i could really use this in a number of modules.

Comments

  1. Pedro Enrique 2013-04-02

    Hi Martin, the fireEvent is what we have for iOS, what is it that you're asking for exactly?
  2. Martin Guillon 2013-04-03

    fireEvent is [async](http://en.wikipedia.org/wiki/Asynchrony)! For module purpose at least, we need "sync" events.

JSON Source