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.provider.data
/
SignatureResult
Signature
Result
data
class
SignatureResult
(
val
signature
:
String
,
val
error
:
String
)
Members
Constructors
Signature
Result
Link copied to clipboard
constructor
(
signature
:
String
,
error
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
signature
Link copied to clipboard
val
signature
:
String