InterviewSolution
| 1. |
Can An Sms Message Be Sent To An Inactive Applet? |
|
Answer» Yes, SMS NOTIFICATION events can be DELIVERED to an application, even if it is not currently ACTIVE. To do so, BREW first loads the APPLET, and then sends the EVT_APP_MESSAGE event to it. The application may start itself by calling ISHELL_StartApplet(), or can "silently" PROCESS the event without calling ISHELL_StartApplet(). Yes, SMS notification events can be delivered to an application, even if it is not currently active. To do so, BREW first loads the applet, and then sends the EVT_APP_MESSAGE event to it. The application may start itself by calling ISHELL_StartApplet(), or can "silently" process the event without calling ISHELL_StartApplet(). |
|