FileDocCategorySizeDatePackage
SmsResponse.javaAPI DocAndroid 1.5 API1065Wed May 06 22:42:02 BST 2009com.android.internal.telephony.gsm

SmsResponse

public class SmsResponse extends Object
Object returned by the RIL upon successful completion of sendSMS. Contains message reference and ackPdu.

Fields Summary
int
messageRef
Message reference of the just-sent SMS.
String
ackPdu
ackPdu for the just-sent SMS.
Constructors Summary
SmsResponse(int messageRef, String ackPdu)

        this.messageRef = messageRef;
        this.ackPdu = ackPdu;
    
Methods Summary