Enable and Disable MTP
System Requirement
Version Requirement: Ensure that 'wizarviewagentassistant' is version 2.10.60 or higher.
API Functions
Enable/Disable MTP
This function allows you to enable or disable MTP.
Parameters
enable
for the MTP setting, a boolean value is used: true enables MTP, while false disables it.
Check MTP Status
Returns 'true' if MTP is enabled, 'false' if disabled.
Returns
boolean
a boolean representation of the result.
true if enabled. false if disabled.
Snippet Code Flow
Resources
Demo Application:
Last updated