[TIMOB-13412] iOS: TiProxy fireSyncEvent
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Reopened |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Martin Guillon |
Assignee | Unknown |
Created | 2012-10-17T15:36:04.000+0000 |
Updated | 2018-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.
Hi Martin, the fireEvent is what we have for iOS, what is it that you're asking for exactly?
fireEvent is [async](http://en.wikipedia.org/wiki/Asynchrony)! For module purpose at least, we need "sync" events.