언어 설정

Menu
Sites
Language
How to handle incoming SMS message

In my app, I need to handle incoming message, is it possible? I see there is

MessagesChangeCallback

interface and the

MessageConversationsChangeCallback

interface

Just don't whether these two will work. My requirement is that I need to send message to certain receipent and monitor her/his response and respond properly and then again monitor her/his response.

Native C++ API has the capability to handle recevied message, see below link

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Ftutorials%2Fmessaging_tutorial%2Freceiving_SMS_messages.htm

 

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
Lakshmi Grandhi
Hi, You can usee MessagesChangeCallback for messagesadded API, Please check go though the documentation for more details. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Ftutorials%2Fcommunication_tutorial%2Fmanage_messages.htm
Imgen Tata
Thanks. Will check it out. Actually that is what I found out, just want to make sure.