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) Returning values from Debot Browser callbacks.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordResult of `approve` callback.static final recordResult of getting signing box.static final recordResult of user input.static final recordResult of debot invoking.