Kompose Country Code Picker
Toggle table of contents
1.4.8
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Kompose Country Code Picker
komposecountrycodepicker
/
com.joelkanyi.jcomposecountrycodepicker.component
/
CountryCodePicker
Country
Code
Picker
@
Stable
interface
CountryCodePicker
CountryCodePicker
is an interface that provides the different utilities for the country code picker.
Members
Properties
country
Code
Link copied to clipboard
abstract
val
countryCode
:
String
country
List
Link copied to clipboard
abstract
val
countryList
:
List
<
Country
>
phone
Number
Link copied to clipboard
abstract
val
phoneNumber
:
String
show
Country
Code
Link copied to clipboard
abstract
val
showCountryCode
:
Boolean
show
Country
Flag
Link copied to clipboard
abstract
val
showCountryFlag
:
Boolean
Functions
get
Country
Name
Link copied to clipboard
abstract
fun
getCountryName
(
)
:
String
get
Country
Phone
Code
Link copied to clipboard
abstract
fun
getCountryPhoneCode
(
)
:
String
get
Country
Phone
Code
Without
Prefix
Link copied to clipboard
abstract
fun
getCountryPhoneCodeWithoutPrefix
(
)
:
String
get
Full
Phone
Number
Link copied to clipboard
abstract
fun
getFullPhoneNumber
(
)
:
String
get
Full
Phone
Number
Without
Prefix
Link copied to clipboard
abstract
fun
getFullPhoneNumberWithoutPrefix
(
)
:
String
get
Fully
Formatted
Phone
Number
Link copied to clipboard
abstract
fun
getFullyFormattedPhoneNumber
(
)
:
String
get
Phone
Number
Without
Prefix
Link copied to clipboard
abstract
fun
getPhoneNumberWithoutPrefix
(
)
:
String
is
Phone
Number
Valid
Link copied to clipboard
abstract
fun
isPhoneNumberValid
(
phoneNumber
:
String
=
getFullPhoneNumber()
)
:
Boolean
set
Code
Link copied to clipboard
abstract
fun
setCode
(
countryCode
:
String
)
set
Phone
No
Link copied to clipboard
abstract
fun
setPhoneNo
(
phoneNumber
:
String
)