[AC-4106] OnLifecycleEvent doesn't work on KrollProxy
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2016-07-17T18:29:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Rainer Schleevoigt |
Assignee | Shak Hossain |
Created | 2016-07-15T06:27:29.000+0000 |
Updated | 2016-07-17T18:39:29.000+0000 |
Description
Hello,
I have extended KrollProxy with OnLifecycleEvent. But the related events never fired. I see in a couple of modules the same architecture (admob, tiws …) Is there a hidden condition?
Code strong!
[This file](https://github.com/appcelerator-modules/ti.admob/blob/master/android/src/ti/admob/ViewProxy.java) in Ti.Admob shows a good example on how to use the Interface. Please correct your module source accordingly.
Thank you, I know this module, I will look again.
I see in my case a TiProxy, admob uses TiViewProxy . Is it the same?