gbox-sdk
    Preparing search index...

    Interface CreateAndroid

    interface CreateAndroid {
        config?: GboxClient.V1.BoxCreateAndroidParams.Config & {
            expiresIn?: `${number}h` | `${number}m` | `${number}s` | `${number}ms`;
        };
        type: "android";
        wait?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    config?: GboxClient.V1.BoxCreateAndroidParams.Config & {
        expiresIn?: `${number}h` | `${number}m` | `${number}s` | `${number}ms`;
    }

    Configuration for a Android box instance

    type: "android"

    Box type is Android

    wait?: boolean

    Wait for the box operation to be completed, default is true