Monday, January 10, 2011

Disable status popup in Rhomobile

If you want to disable popup then add this line before dosync :
SyncEngine.enable_status_popup("disable")

And If you want to show popup then add this line before dosync :
SyncEngine.enable_status_popup("enable")

By default  :
Blackberry – Popup is enable
iPhone – Popup is disable
Android – popup is disable

No comments:

Post a Comment