Activate POS Hotspot
Last updated
Last updated
A specific is provided for activating the portable hotspot on Q2 terminals running Android 6 using an application.
Here is the API Overview:
Initiates the WiFi Access Point (AP) with specified network name ('wifiApName'), password ('wifiApPassword'), and security key management ('wifiApSecurityKeyManagement').
wifiApName
WLAN hotspot network name.
wifiApPassword
WLAN hotspot password.
wifiApSecurityKeyManagement
WLAN hotspot security: String None = "None", String WPA2_PSK = "WPA2_PSK".
boolean
a boolean representation of the result.
true if success. false if failure.
Disables the WiFi Access Point.
boolean
a boolean representation of the result.
true if success. false if failure.
The APIs are provided by the . Ensure this APK is installed before testing the APIs.
is available for practical guidance on implementing these features.