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.mpc.data
/
EncryptedResult
Encrypted
Result
data
class
EncryptedResult
(
val
data
:
EncryptedData
?
,
val
error
:
PortalError
?
)
Members
Constructors
Encrypted
Result
Link copied to clipboard
constructor
(
data
:
EncryptedData
?
,
error
:
PortalError
?
)
Properties
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
EncryptedData
?
error
Link copied to clipboard
@
SerializedName
(
value
=
"error"
)
val
error
:
PortalError
?