How to Enable or Disable Automatic Time Setting on the Terminal: Difference between revisions

From wizarPOS
(Created page with "The system provides the AIDL interface to Enable/Disable autotime in settings menu. When connect the service, the package name is '''com.wizarpos.wizarviewagentassistant''', a...")
 
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/enable-disable-automatic-time}}")
Tag: Replaced
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
The system provides the AIDL interface to Enable/Disable autotime in settings menu. When connect the service, the package name is '''com.wizarpos.wizarviewagentassistant''', and the class name is '''com.wizarpos.wizarviewagentassistant.SystemExtApiService'''. When the application uses the interface, it must import wizarviewagentassistant.
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/enable-disable-automatic-time}}
== API Overview ==
=== <big>enableAutoTime</big>===
  <syntaxhighlight lang="java">void enableAutoTime(boolean enable);</syntaxhighlight>
Enable/Disable auto time status.
 
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Parameters
|-
| enable|| '''boolean:''' true/false.
|}
{|
|-
|}
 
=== <big>isEnableAutoTime</big>===
  <syntaxhighlight lang="java">boolean isEnableAutoTime();</syntaxhighlight>
Get status for enable/disable auto time.
 
{|class="wizarpostable"
|-
!  scope="row" colspan="2" | Returns
|-
|  boolean || whether the auto time is enabled, true is enable, false is disable.
|}
 
=== <big>enableAutoTimeGUI</big>===
  <syntaxhighlight lang="java">void enableAutoTimeGUI(boolean enable);</syntaxhighlight>
Enable/Disable auto time GUI display.
 
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Parameters
|-
| enable|| '''boolean:''' true/false.
|}
{|
|-
|}
 
=== <big>isEnableAutoTimeGUI</big>===
  <syntaxhighlight lang="java">boolean isEnableAutoTimeGUI();</syntaxhighlight>
Get status for enable/disable auto time GUI.
 
{|class="wizarpostable"
|-
!  scope="row" colspan="2" | Returns
|-
|  boolean || whether the auto time GUI display is enabled, true is enable, false is disable.
|}
 
 
== Download ==
Please download the [http://ftp.wizarpos.com/advanceSDK/ISystemExtApi.aidl AIDL file] and [http://ftp.wizarpos.com/advanceSDK/apitest.zip demo].

Latest revision as of 08:56, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/enable-disable-automatic-time

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!