Documentation
    Preparing search index...

    Interface ConfigAdapter

    Config adapter — runtime behavior settings.

    interface ConfigAdapter {
        getNappUpdateBehavior(): "auto-grant" | "banner" | "silent-reprompt";
    }
    Index

    Methods

    • Get the napp update behavior policy.

      Returns "auto-grant" | "banner" | "silent-reprompt"