Table of Contents

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 = 2

The phone number is not roaming and is connected to its home network.

[EnumMember(Value = "roaming")] Roaming = 1

The phone number is currently roaming on a network outside its home country.

[EnumMember(Value = "unknown")] Unknown = 0

The roaming status could not be determined.