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 interface Debot.ParamsOfAppDebotBrowser
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
Requests permission from DeBot Browser to execute DeBot operation.static final record
Get signing box to sign data.static final record
Request user input.static final record
Execute action of another debot.static final record
Print message to user.static final record
Used by Debot to call DInterface implemented by Debot Browser.static final record
Show action to the user.static final record
Switch debot to another context (menu).static final record
Notify browser that all context actions are shown. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Debot.ParamsOfAppDebotBrowser.GetSigningBox
static final Debot.ParamsOfAppDebotBrowser.SwitchCompleted
-
Field Details
-
SWITCHCOMPLETED
-
GETSIGNINGBOX
-