getUA function
Short Number JSON data for UA
Implementation
Map<String, Object?> getUA() {
return {
"generalDesc": {
"nationalNumberPattern": "[189]\\d{2,5}",
"possibleLength": [3, 4, 5, 6]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "1(?:0[1-3]|1(?:2|6\\d{3}))",
"exampleNumber": "101",
"possibleLength": [3, 6],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "UA",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "1(?:0[1-3]|12)",
"exampleNumber": "101",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern":
"1(?:0[1-49]|1(?:2|6(?:000|1(?:11|23))|8\\d\\d?)|(?:[278]|5\\d)\\d)|[89]00\\d\\d?|151|1(?:06|4\\d|6)\\d\\d",
"exampleNumber": "101",
"possibleLength": [3, 4, 5, 6],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"nationalNumberPattern": "(?:118|[89]00)\\d\\d?",
"exampleNumber": "1180",
"possibleLength": [4, 5],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
}
};
}