All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.tech.skot.libraries.phonenumber.SKPhoneNumbersHelper.kt Maven / Gradle / Ivy

package tech.skot.libraries.phonenumber

data class Indicatif(val code:Int, val region:String)

interface SKPhoneNumbersHelper {
    fun getIndicatifsList():List
    fun parse(num:String):Pair?
    fun formatNationalNumber(code:Int, nationalNum:String):String
    fun formatE164(code:Int, nationalNum:String):String?
    fun isValid(code:Int?, nationalNum:String?):Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy