wallet-sdk
Toggle table of contents
local
common
Target filter
common
Switch theme
Search in API
Skip to content
wallet-sdk
wallet-sdk
/
com.youniqx.walletsdk.presentation
/
PresentationEvent
/
NotImplementedEvent
Not
Implemented
Event
data
class
NotImplementedEvent
(
val
message
:
String
)
:
PresentationEvent
Event received if a feature is not implemented yet.
Members
Constructors
Not
Implemented
Event
Link copied to clipboard
constructor
(
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
The reason which feature is not implemented.