Device Reachability Status - Is it mandatory to support all values? #227
Unanswered
MsOlaAjibola
asked this question in
Q&A
Replies: 3 comments
|
It depends on the use case the API is being used for. If a mobile device was connected to your network, but the user of that device had disabled mobile data, then what would your API return? If you did not support
Neither response is entirely correct, but may be suitable for the use case intended by the API consumer. In practise, checking whether the device has packet switched and/or circuit switched connectivity is not so difficult. |
0 replies
|
@MsOlaAjibola @eric-murray : As I do not see impact on code could we transfer this issue in Discussion? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently there are 3 reachability status values - CONNECTED_SMS, CONNECTED_DATA and NOT_CONNECTED. Is it mandatory for an Operator to support all 3? For example could an Operator choose to not support CONNECTED_SMS?
Thanks.
All reactions