Module java4ever.binding
Package tech.deplant.java4ever.binding
Interface Debot.ParamsOfAppDebotBrowser
- All Known Implementing Classes:
Debot.ParamsOfAppDebotBrowser.Approve,Debot.ParamsOfAppDebotBrowser.GetSigningBox,Debot.ParamsOfAppDebotBrowser.Input,Debot.ParamsOfAppDebotBrowser.InvokeDebot,Debot.ParamsOfAppDebotBrowser.Log,Debot.ParamsOfAppDebotBrowser.Send,Debot.ParamsOfAppDebotBrowser.ShowAction,Debot.ParamsOfAppDebotBrowser.Switch,Debot.ParamsOfAppDebotBrowser.SwitchCompleted
- Enclosing class:
Debot
public static sealed interface Debot.ParamsOfAppDebotBrowser
permits Debot.ParamsOfAppDebotBrowser.Log, Debot.ParamsOfAppDebotBrowser.Switch, Debot.ParamsOfAppDebotBrowser.SwitchCompleted, Debot.ParamsOfAppDebotBrowser.ShowAction, Debot.ParamsOfAppDebotBrowser.Input, Debot.ParamsOfAppDebotBrowser.GetSigningBox, Debot.ParamsOfAppDebotBrowser.InvokeDebot, Debot.ParamsOfAppDebotBrowser.Send, Debot.ParamsOfAppDebotBrowser.Approve
Called by debot engine to communicate with debot browser. [UNSTABLE](UNSTABLE.md) Debot Browser callbacks
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordRequests permission from DeBot Browser to execute DeBot operation.static final recordSigning box returned is owned and disposed by debot engine Get signing box to sign data.static final recordRequest user input.static final recordExecute action of another debot.static final recordPrint message to user.static final recordUsed by Debot to call DInterface implemented by Debot Browser.static final recordShow action to the user.static final recordSwitch debot to another context (menu).static final recordNotify browser that all context actions are shown.