gbox-sdk
    Preparing search index...

    Interface AndroidBox

    Android box instance with full configuration and status

    interface AndroidBox {
        config: GboxClient.V1.AndroidBox.Config;
        createdAt: string;
        expiresAt?: string;
        id: string;
        status: "error" | "running" | "pending" | "terminated";
        type: "android";
        updatedAt: string;
    }
    Index

    Properties

    Complete configuration for Android box instance

    createdAt: string

    Creation timestamp of the box

    expiresAt?: string

    Expiration timestamp of the box

    id: string

    Unique identifier for the box

    status: "error" | "running" | "pending" | "terminated"

    The current status of a box instance

    type: "android"

    Box type is Android

    updatedAt: string

    Last update timestamp of the box