webtau API
    Preparing search index...

    Function setAppIdentifier

    • Override the app identifier returned by getIdentifier(). Pass null to reset to the default fallback behavior.

      import { setAppIdentifier } from "webtau/app";
      setAppIdentifier("com.example.mygame");
      setAppIdentifier(null); // reset

      Parameters

      • id: string | null

      Returns void