Closed litzbalane2017 closed 6 years ago
I will add it today
There is now a fail state
There is no a fail state
I think you meant "now" has a fail state.
I can confirm that the new fail state is working. I am now seeing correct fail state when messages fail in sending. Thank you for the fast response.
Yes I have typed too fast haha.
No problem
I am trying how to determine if a message fails in sending, which can do so for various of reasons (no credit, bad signal and etc). However, I cannot seem to catch if the message fails when using:
There seems to be no enum type for SmsMessageState for "failed":
Also, even if the message fails in sending, the
SmsMessageState.Sent
still runs. I have not seenSmsMessageState.Delivered
being triggered, even if the message is successfully sent or not.