Module java4ever.binding
Package tech.deplant.java4ever.binding
Interface Debot.ResultOfAppDebotBrowser
- All Known Implementing Classes:
Debot.ResultOfAppDebotBrowser.Approve
,Debot.ResultOfAppDebotBrowser.GetSigningBox
,Debot.ResultOfAppDebotBrowser.Input
,Debot.ResultOfAppDebotBrowser.InvokeDebot
- Enclosing class:
Debot
public static sealed interface Debot.ResultOfAppDebotBrowser
permits Debot.ResultOfAppDebotBrowser.Input, Debot.ResultOfAppDebotBrowser.GetSigningBox, Debot.ResultOfAppDebotBrowser.InvokeDebot, Debot.ResultOfAppDebotBrowser.Approve
[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Returning values from Debot Browser callbacks.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
Result of `approve` callback.static final record
Result of getting signing box.static final record
Result of user input.static final record
Result of debot invoking.