You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
when DeliveryReceipt is initialized by constructor
public DeliveryReceipt(String messageId, int submitCount, int deliveredCount, DateTime submitDate, DateTime doneDate, byte state, int errorCode, String text)
, rawErrorCode is not set. As a result, when toShortMessage() is called, it yield incorrect "err:null" field
The text was updated successfully, but these errors were encountered:
khaing211
changed the title
when DeliveryReceipt is initialized by constructor public DeliveryReceipt(String messageId, int submitCount, int deliveredCount, DateTime submitDate, DateTime doneDate, byte state, int errorCode, String text), rawErrorCode is not set
DeliveryReceipt, err:null error
Apr 16, 2015
when DeliveryReceipt is initialized by constructor
, rawErrorCode is not set. As a result, when toShortMessage() is called, it yield incorrect "err:null" field
The text was updated successfully, but these errors were encountered: