gbox-sdk
    Preparing search index...

    Interface InstallAndroidAppByLocalFile

    interface InstallAndroidAppByLocalFile {
        apk: string;
    }
    Index

    Properties

    Properties

    apk: string

    Local file path to install

    const response = await myBox.app.install({ apk: "path/to/your/app.apk" });