hi, all
I am developing a program which need to be notified when some system event happens(such as signal changes, sms comes, call come and so on)from the SDK, i think i need use the Publish & Subscribe API, but there are no such PS Keys available, does anyone knows referent PS Keys!
Thanks!
andy
No, u can't make use of publish & subscribe method for this purposes. Rather you will have to implement various observer for each of the service you have mentioned. (and which are quite easy to handle too )
Forum posts: 120
No, u can't make use of publish & subscribe method for this purposes. Rather you will have to implement various observer for each of the service you have mentioned. (and which are quite easy to handle too
)
Jupitar
Forum posts: 110
Hi,
For signal and incoming call notification you can use CTelephony, Its very easy to use.
For SMS thing you can find out lots of doc, post and example on newlc and forum nokia.
DipakBaviskar