| | |
Constant | Description | Used by the function |
---|
atasAuthorized | Activity tracking permission request: The authorization to track the user or the device has been granted. | AppleTrackingAuthorizationStatus |
atasNotDetermined | Activity tracking permission request: The user has not yet granted or denied the request. | AppleTrackingAuthorizationStatus |
atasDenied | Activity tracking permission request: The authorization to track the user or the device has been denied. | AppleTrackingAuthorizationStatus |
atasRestricted | Activity tracking permission request: The device is managed by a "Device Management Profile" which restricts tracking. | AppleTrackingAuthorizationStatus |
withCodeExecution | All WLanguage events related to the theme application are run in the following order: - Event "Application of light/dark theme" of the project.
- Optional event "Application of light/dark theme" of the windows.
| ChangeTheme |
Charging | Used to find out whether the device battery is charging. | PowerStatus |
lightnessAuto | The screen lightness is automatically adapted according to the lighting conditions. | BrightnessModify |
recorderRecord | Opens the recorder and starts recording | RecorderAction |
recorderClose | Closes the recorder | RecorderAction |
recorderPlay | Opens the recorder and plays the specified sound file | RecorderAction |
recorderStop | Stops the current recording | RecorderAction |
ChargeLevel | Charge level of battery. | PowerStatus |
notifImageFormat | Content of notification to display: Path of image to display. | notificationFormat variable |
notifListFormat | Content of notification to display: Elements to display in the list, separated by CR characters (Carriage Return). | notificationFormat variable |
notifTextFormat | Content of notification to display: Multiline text to display. | notificationFormat variable |
notifInfiniteProgressBar | Displays an infinite progress bar in the notification. | Notification variable |
notifNoProgressBar | No progress bar is displayed in the notification. | Notification variable |
notifStandardProgressBar | Displays a standard progress bar in the notification. | Notification variable |
notifDefaultPriority | Priority of notification: standard priority (example: receiving an SMS). | Notification variable |
notifHighPriority | Priority of notification: high priority (example: receiving an urgent email). | Notification variable |
notifLowPriority | Priority of notification: low priority (example: notification for update). | Notification variable |
notifMaxPriority | Priority of notification: maximum priority (example: incoming call). | Notification variable |
notifMinPriority | Priority of notification: minimum priority (example: commercial information). | Notification variable |
notifPushAllNotif | The mobile application will accept all types of push notifications. | NotifPushEnable |
notifPushAlertType | The mobile application will accept the push notifications in alert format. | NotifPushEnable |
notifPushBadgeType | The mobile application will accept the push notifications in badge format. | NotifPushEnable |
notifPushSoundType | The mobile application will accept the sound push notifications. | NotifPushEnable |
notifFreeResponse | Allows the user to give a free response. | notificationAction variable. |
notifDefaultSound | Sound of notifications: Used to play the default sound of notifications. This default sound can change from a device to another one. | Notification variable |
npeFirebase | Platform that will be used to send the notification: Firebase (Cloud Messaging API). | NotifPushSend |
New in version 28npeFirebaseCM_v1 | Platform that will be used to send the notification: Firebase Cloud Messaging API (VI). | NotifPushSend |
npeGCM | Platform that will be used to send the notification: Google Cloud Messaging | NotifPushSend |
ChargePercentage | Percentage of battery load. | PowerStatus |
network2G | Type of network: 2G network | MobileNetworkConnectionInfo |
network3G | Type of network: 3G network | MobileNetworkConnectionInfo |
network4G | Type of network: 4G network | MobileNetworkConnectionInfo |
network5G | Type of network: 5G network | MobileNetworkConnectionInfo |
networkConnected | Data connection status: Connected | MobileNetworkStatus |
networkConnectionInProgress | Data connection status: Connection in progress | MobileNetworkStatus |
networkDisconnected | Data connection status: Not connected Internet connection status: Not connected | MobileNetworkStatus, InternetConnected |
networkEdge | Type of network: Edge network | MobileNetworkConnectionInfo |
networkEthernet | Internet connection status: the Internet connection is performed by Ethernet | InternetConnected |
networkUnknown | Type of network: Unknown network | MobileNetworkConnectionInfo |
networkRoaming | Data roaming mode. | MobileNetworkConnectionInfo |
networkMobile | Internet connection status: the Internet connection is performed in mobile mode: egde, 2G, 3G, 4G, ... | InternetConnected |
networkAirPlaneMode | Management of plane mode. | MobileNetworkConnectionInfo |
networkOperator | Name of the network operator used. | MobileNetworkConnectionInfo |
networkGSMSignal | Intensity of GSM signal. | MobileNetworkConnectionInfo |
networkType | Type of network used to access the data on the mobile network. | MobileNetworkConnectionInfo |
networkWifi | The Internet connection is performed by Wi-Fi. | InternetConnected |
withoutCodeExecution | No WLanguage event (project and/or window) linked to the application of the light/dark theme is run. | ChangeTheme |
stThemeAutomatic | Visual theme: The automatic theme defined in the mobile device settings is used. | ChangeTheme |
stThemeLight | Visual theme: The light theme is used. | ChangeTheme, GetTheme, SysTheme |
stThemeUnknown | Visual theme: The theme used is unknown. | SysTheme |
stThemeDark | Visual theme: The dark theme is used | ChangeTheme, GetTheme, SysTheme |
ACLineStatus | Used to find out whether the device is plugged in. | PowerStatus |
teWatch | Type of screen: Watch screen (diagonal less than 2 inches). | ScreenType |
teComputer | Type of screen: Computer screen (diagonal greater than 13 inches). | ScreenType |
teTablet | Type of screen: Tablet screen (diagonal included between 7 and 13 inches). | ScreenType |
tePhone | Type of screen: Phone screen (diagonal included between 2 and 7 inches). | ScreenType |
typeServiceIOSRelease | Server of IOS release (APN) | NotifPushSend, NotifPushListInvalidIdentifiers |
typeServiceIOSTest | Server of IOS test (APN) | NotifPushSend, NotifPushListInvalidIdentifiers |
cuiAuthenticationUnavailable | The authentication feature is not available or it was disabled by the user. | CheckUserIDentity |
cuiCustomAuthentication | The user wants to authenticate by using a password: the application will have to manage this authentication manually | CheckUserIDentity |
cuiAuthenticated | The user was identified properly. | CheckUserIDentity |
cuiAuthenticationFailure | The authentication failed. | CheckUserIDentity |
volumeAlarm | Volume of the alarme. | VolumePhysicalButton, VolumeModify, VolumeGet |
volumeCall | Volume of calls. | VolumePhysicalButton, VolumeModify, VolumeGet |
volumeCurrent | Current volume of specified source. This volume is included between 0 and the maximum value for the volume of the source. | VolumeGet |
volumeCurrentPercentage | Current volume of specified source, expressed in percentage of its maximum value. This volume is included between 0 and 100. | VolumeGet |
volumeDefault | Volume of default source. This source depends on the phone configuration | VolumePhysicalButton, VolumeModify, VolumeGet |
volumeMax | Maximum volume of specified source. | VolumeGet |
volumeMinus | Decrements the value of the volume by one level. | VolumeModify |
volumeMusic | Volume used when playing an audio or video file. | VolumePhysicalButton, VolumeModify, VolumeGet |
volumeNotification | Volume of the sound emitted during a new notification. | VolumePhysicalButton, VolumeModify, VolumeGet |
volumePlus | Increments the value of volume by one level. | VolumeModify |
volumeRing | Volume of phone ring | VolumePhysicalButton, VolumeModify, VolumeGet |
volumeSystem | Volume of system sounds. | VolumePhysicalButton, VolumeModify, VolumeGet |
volumeToast | Triggers the display of a toast indicating the new value of the volume for the specified sound source. | VolumeModify |
volumeVibratorOff | Disables the vibrator of the device when receiving a notification or a call. | VolumeModify |
volumeVibratorOn | Enables the vibrator of the device when receiving a notification or a call. | VolumeModify |
volumeVibratorIfSilent | Enables the vibrator of the device when receiving a notification or a call if the corresponding sound source is silent. | VolumeModify |