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 properties, process device data and optimize data flow between systems.
Thanks to Device actions:
You can make your application compatible with different devices.
You can facilitate data synchronization between devices.
You can automate device-based operations.
For example, you can check device status, update device data or organize data sharing between devices. Device actions help you make your processes more effective and efficient, especially in situations that require the management of device-based transactions and data flows.
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 on your device with other apps 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 position 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 the device.
Photo Take: Allows you to instantly take a photo using the device's camera.
Phone Number Call: Allows you to make a direct call to 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 the web browser on your device.
Open In Web View: Allows you to view external web pages directly within your app without the need for a browser.
Is Web: Checks if the device is working on the web.
Is Online: Checks if the device is online.
Is iOS: Checks if the device is using the iOS operating system.
Is Android: Checks if the device is running Android operating system.
Get Wifi Network Info: Allows you to get information about the Wi-Fi network to which the device is connected.
Get Version Info: Gets the operating system or application version information of the device.
Get Report Base64: Allows you to get reports in Base64 format.
Get Component Base64: Allows you to get 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 certain data to the device's clipboard.
With these actions, you can manage data transactions between devices and make your application more functional and user-friendly.