Capture Power Button API
Version Requirements:
- Ensure that the version of 'wizarviewagentassistant' in your application is version 2.10.59 or higher. 
- Compatible system versions include Q2P: S0397, Q2A7: S51099, S0397, Q3V: S1524, and Q2: S4957. 
Permission
The application declares the following permissions in the manifest:
 android.permission.CLOUDPOS_DISABLE_POWER_KEYAPI Overview
blockPowerKey
void setPowerKeyBlocked(boolean enable);Block or release the power button.
Parameters
enbale
for the power button block setting, a boolean value is used: true blocks the power button, false releases the power button ;
isPowerKeyBlocked
boolean isPowerKeyBlocked();Check whether power button has been blocked.
Returns
boolean
a boolean representation of the result.
true if blocked. false if released .
Resource Download
- Refer to the cloudpos apidemo - demo. 
Last updated
