PhoneUri

data class PhoneUri(val uri: Uri) : Parcelable

Represents a phone URI.

Constructors

Link copied to clipboard
fun PhoneUri(uri: Uri)

Properties

Link copied to clipboard
val uri: Uri

Functions

Link copied to clipboard
open override fun toString(): String

Phone number is masked when the PhoneUri is printed.

Inherited functions

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