MapsIndoorsSDK
MapsIndoorsSDK
/
com.mapsindoors.mapssdk
/
DataField
Data
Field
open
class
DataField
:
MPModelBase
Content copied to clipboard
Author
Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.
Constructors
Functions
Properties
Constructors
Data
Field
Link copied to clipboard
open
fun
DataField
(
@
NonNull
name
:
String
,
@
NonNull
value
:
String
,
@
NonNull
type
:
String
)
Content copied to clipboard
Data
Field
Link copied to clipboard
open
fun
DataField
(
@
NonNull
name
:
String
,
@
NonNull
value
:
String
)
Content copied to clipboard
Functions
get
Name
Link copied to clipboard
@
Deprecated
@
NonNull
open
fun
getName
(
)
:
String
Content copied to clipboard
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
DEFAULT_TYPE
Link copied to clipboard
val
DEFAULT_TYPE
:
String
Content copied to clipboard
MapsIndoors default type for a
DataField
value
text
Link copied to clipboard
@
NonNull
@
SerializedName
(
value
=
"text"
)
@get:
NonNull
private
val
text
:
String
Content copied to clipboard
type
Link copied to clipboard
@
NonNull
@
SerializedName
(
value
=
"type"
)
@get:
NonNull
private
open
val
type
:
String
Content copied to clipboard
value
Link copied to clipboard
@
NonNull
@
SerializedName
(
value
=
"value"
)
@get:
NonNull
private
val
value
:
String
Content copied to clipboard