Device Reachability Status - Is it mandatory to support all values? #227
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. |
Beta Was this translation helpful? Give feedback.
-
@MsOlaAjibola @eric-murray : As I do not see impact on code could we transfer this issue in Discussion? |
Beta Was this translation helpful? Give feedback.
-
Hi @bigludo7 , Yes, let's do that. Thanks |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions