In the applications you develop on the Kuika platform, Device actions play an important role in managing interactions between devices and systems. These actions are used to control device features, process device data, and optimize data flow between systems.
With Device actions, you can:
Ensure your application works seamlessly with different devices.
You can facilitate data synchronization between devices.
You can automate device-based processes.
For example, you can check device status, update device data, or organize data sharing between devices. Especially in situations that require the management of device-based processes and data flows, Device actions help you make your processes more effective and efficient.
Device Actions Available in Kuika
Upload File: Allows you to upload a file from your device to the server.
Share: Allows you to share data or content from your device with other applications or users.
Send WhatsApp Message: Allows you to send a message to a specific WhatsApp number.
Scroll To: Allows you to scroll to a specific location on the screen.
Scan Barcode: Allows you to scan barcodes and QR codes.
Read NFC: Allows you to read NFC tags.
Print PDF: Allows you to print PDF files directly from your device.
Photo Take: Allows you to instantly take photos using your device's camera.
Phone Number Call: Allows you to directly call the specified phone number.
Open PDF: Allows you to open a PDF file on your device.
Open In Map: Allows you to open the specified address in the map application.
Open In Browser: Allows you to open the specified URL in your device's web browser.
Open In Web View: Allows you to view external web pages directly within your application without needing a browser.
Is Web: Checks whether the device is running on the web.
Is Online: Checks whether the device is online.
Is iOS: Checks whether the device is using the iOS operating system.
Is Android: Checks whether the device is using the Android operating system.
Get Wifi Network Info: Allows you to retrieve information about the Wi-Fi network the device is connected to.
Get Version Info: Retrieves the device's operating system or application version information.
Get Report Base64: Allows you to retrieve reports in Base64 format.
Get Component Base64: Allows you to retrieve a specific component in Base64 format.
Download Report: Allows you to download a report to your device.
Download File: Allows you to download a file to your device.
Download File From Server: Allows you to download a file from the server to your device.
Delete File From Server: Allows you to delete a file from the server.
Component To PDF: Allows you to export a component in PDF format.
Copy to Clipboard: Allows you to copy specific data to your device's clipboard.
Mail to: Allows you to send an email to a recipient via the default email application.
Download File From Bucket: Allows you to download the specified file from the bucket to your device.
These actions allow you to manage data operations between devices, making your application more functional and user-friendly.