gbox-sdk
    Preparing search index...

    Interface ActionScreenLayoutResponse

    Screen layout content. The format varies by box type: Android boxes return XML format, while other box types may return different formats.

    interface ActionScreenLayoutResponse {
        content: string;
    }
    Index

    Properties

    Properties

    content: string

    Screen layout content. For Android boxes, this is XML content containing the UI hierarchy with detailed element information including bounds, text, resource IDs, and other properties. The format may vary for different box types.