simple_system_manager
Toggle table of contents
0.4.15
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
simple_system_manager
simple_system_manager
/
kr.open.library.simple_ui.system_manager.xml.controller.softkeyboard
/
SoftKeyboardActionResult
/
Failure
Failure
data
class
Failure
(
val
reason
:
SoftKeyboardFailureReason
,
val
message
:
String
?
=
null
)
:
SoftKeyboardActionResult
Operation failed with explicit reason.
명시적인 사유로 동작이 실패했습니다.
Members
Constructors
Failure
Link copied to clipboard
constructor
(
reason
:
SoftKeyboardFailureReason
,
message
:
String
?
=
null
)
Properties
message
Link copied to clipboard
val
message
:
String
?
reason
Link copied to clipboard
val
reason
:
SoftKeyboardFailureReason