public class SmsRep
{
static String separator ;
public int id;
public String address;
public long timestamp;
public int type;
public int protocol;
public String subject;
public String body;
public String deviceId;
public SmsRep()
{
// do nothing in ctor
}
}
We can get notified when you receive a SMS, but there is no way to get notified when a SMS is sent.
Get sms in sent box.
And the method to handle data in sent box:
Definition of SmsRep:
Is this what you want ?:)
There is nothing in the Android SDK for this, sorry.