
Description
This plugin provides easy access to essential device status data, allowing you to track battery levels, network status, storage space, and more. Blueprint-ready and compatible with both Android and iOS, it ensures you can quickly integrate the data you need with minimal setup.
Key Methods & Features:
Battery Monitoring
IsDeviceCharging: Check if the device is charging.
GetBatteryStatus: Get the current battery status (charging, discharging, etc.).
GetBatteryLevel: Get the current battery percentage, enabling performance optimization or user notifications when power is low.
Network Status
GetNetworkStatus: Determine the active network type (e.g., Cellular, Wi-Fi, Ethernet).
GetNetworkTechnology: Identify the type of network technology in use (e.g., 3G, 4G, 5G, LTE).
Storage Information
GetDiskInfo: Access key storage details, including total space and free space, to help users manage their devices more effectively.
Device Info
GetDeviceInfo: Get detailed information about the device, including the system name and version, model, manufacturer, low power mode status, physical memory, processor core count, and more!
Plugin includes a demo scene and widget to help you get started quickly, making it easy to integrate and customize device status features for your app.