ConfigPlugin.setInternalUrl()
August 11, 2023
- Plugin
Sets the internal URL.
configPlugin.setInternalUrl(url)
Parameters
- url: The new URL as a string.
Returns
The internal URL.
Example
import { configPlugin } from "@plaoc/plugin";
configPlugin.setInternalUrl("http://xxx");
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
setInternalUrl | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.13.0