mappedin
/
com.mappedin.sdk.models
/
MPIHeader
M
P
I
Header
data class
MPIHeader
(name:
String
, value:
String
)
Content copied to clipboard
Custom
MPIHeader
s can be used for requests when loading the venue
Constructors
Functions
Properties
Constructors
MPIHeader
Link copied to clipboard
fun
MPIHeader
(name:
String
, value:
String
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
String
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
String
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(name:
String
, value:
String
):
MPIHeader
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
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard