MPIPhone

data class MPIPhone(number: String?)

MPIPhone represents the phone of a MPINavigatable.MPILocation.

Constructors

MPIPhone
Link copied to clipboard
fun MPIPhone(number: String? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): String?
copy
Link copied to clipboard
fun copy(number: String? = null): MPIPhone
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

number
Link copied to clipboard
val number: String? = null
Phone number to contact with the MPINavigatable.MPILocation
  • Example: "000-000-0069"