DevicePlugin.getUUID()
August 11, 2023
- Plugin
Gets the device identifier.
import { devicePlugin } from "@plaoc/plugin";
devicePlugin.getUUID()
Parameters
- None
Returns
A Promise that resolves to a ResponseUUIDData object.
Example
import { devicePlugin } from "@plaoc/plugin";
devicePlugin.getUUID();
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
getUUID | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.13.0