Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data
/
BlockaidValidation
/
Feature
Feature
data
class
Feature
(
val
type
:
String
,
val
featureId
:
String
,
val
description
:
String
,
val
address
:
String
?
)
Members
Constructors
Feature
Link copied to clipboard
constructor
(
type
:
String
,
featureId
:
String
,
description
:
String
,
address
:
String
?
)
Properties
address
Link copied to clipboard
val
address
:
String
?
description
Link copied to clipboard
val
description
:
String
feature
Id
Link copied to clipboard
val
featureId
:
String
type
Link copied to clipboard
val
type
:
String