TelParsedResult

class TelParsedResult(number: String?, telURI: String?, title: String?) : ParsedResult

Represents a parsed result that encodes a telephone number.

Constructors

Link copied to clipboard
constructor(number: String?, telURI: String?, title: String?)

Functions

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