gbox-sdk
    Preparing search index...

    Interface ActionScreenLayoutResponse

    Screen layout content.

    Android boxes (XML):

    Browser (Linux) boxes (HTML):

    Example

    Hello World

    interface ActionScreenLayoutResponse {
        content: string;
    }
    Index

    Properties

    Properties

    content: string

    Screen layout content.

    Android boxes (XML):

    
    
      
    
    

    Browser (Linux) boxes (HTML):

    <html>
    <head>
    <title>Example</title>
    </head>
    <body>
    <h1>Hello World</h1>
    </body>
    </html>