Class Page.getAppId$$RET

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<BaseType<?>>
    Enclosing class:
    Page

    public static class Page.getAppId$$RET
    extends BaseType<Page.getAppId$$RET>
    implements java.io.Serializable
    This Nested Java Class was written in order to incorporate the litany of all return-values from the browser command getAppId. This command is defined in the Page domain, which is located in the BrowserAPI.

    📌 All browser commands having a dedicated return type nested class will have a name which begins with a lower case letter, and ends with the string '$$RET'.

    ⚠️ Browser return types are only created for commands in which 2 or more values are returned by a CDP command.
    Returns the unique (PWA) app id. Only returns values if the feature flag 'WebAppEnableManifestId' is enabled
    EXPERIMENTAL
    See Also:
    Page.getAppId(), Serialized Form