/*** By default, the SDK obtains the superapp name via PackageManager. If customization is required, the returned value can be customized using this method.** @return superapp name*/public String getAppName();
/*** By default, the SDK obtains the version number of the superapp via PackageManager. If customization is required, the returned value can be customized using this method.** @return version number*/public String getAppVersion();
/*** Whether to enter dark mode** @return `true` indicates dark mode, `false` indicates light mode; the default setting follows the system settings.*/public boolean isDarkMode();
/*** Get the superapp backend service domain ID for domain switching.** @return superapp backend domain ID.*/public String getBackendDomainId();

Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback