Enum RoamingStatus
- Namespace
- Vonage.NumberInsights
- Assembly
- Vonage.dll
Indicates whether a mobile phone number is currently roaming outside its home network.
[JsonConverter(typeof(StringEnumConverter))]
public enum RoamingStatus
Fields
[EnumMember(Value = "not_roaming")] NotRoaming = 2The phone number is not roaming and is connected to its home network.
[EnumMember(Value = "roaming")] Roaming = 1The phone number is currently roaming on a network outside its home country.
[EnumMember(Value = "unknown")] Unknown = 0The roaming status could not be determined.