PhoneNumberStringResolver

data class PhoneNumberStringResolver(number: String) : StringResolver

A StringResolver that takes a phone number and resolves it into a formatted phone number.

Constructors

Link copied to clipboard
fun PhoneNumberStringResolver(number: String)

Functions

Link copied to clipboard
open override fun get(context: Context): String

Resolves a String based on the given Context. The resulting value may differ per Context. E.g. due to differing locales.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)