Brew Question:
Download Questions PDF

Can an SMS message be sent to an inactive applet?

Brew Interview Question
Brew Interview Question

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().

Download Brew Interview Questions And Answers PDF

Previous QuestionNext Question
How to send SMS messages from a BREW application?How to transfer compiled applications to a phone?