All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.radiance.tonclient.AppDebotBrowser Maven / Gradle / Ivy

The newest version!
package com.radiance.tonclient;

import java.util.concurrent.CompletableFuture;

public interface AppDebotBrowser {
    void log(String msg);
    void switchTo(Number contextId);
    void switchCompleted();
    void showAction(Debot.DebotAction action);
    CompletableFuture input(String prompt);
    CompletableFuture getSigningBox();
    CompletableFuture invokeDebot(String debotAddr,Debot.DebotAction action);
    void send(String message);
    CompletableFuture approve(Object activity);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy