mappedin
/
com.mappedin.sdk.models
/
MPIPhone
M
P
I
Phone
data class
MPIPhone
(number:
String
?)
Content copied to clipboard
MPIPhone
represents the phone of an
MPINavigatable.MPILocation
.
Constructors
Functions
Properties
Constructors
MPIPhone
Link copied to clipboard
fun
MPIPhone
(number:
String
? = null)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
String
?
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(number:
String
? = null):
MPIPhone
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
number
Link copied to clipboard
val
number
:
String
? = null
Content copied to clipboard
Phone number to contact with the MPILocation
Example: "000-000-0069"