| |
AndroidActivityResultProcedure | Allows you to specify the procedure to be called to get the result returned by a third-party Activity. |
AppleAdvertisingIdentifier | Returns the device's advertising identifier (iOS only). |
AppleRequestTrackingAuthorizationAsynchronous | Displays the permission request for user activity tracking. |
AppleSignIn | Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher. |
AppleTrackingAuthorizationStatus | Determines if the app has been allowed to track activity based on user data (iOS only). |
BrightnessAuto | Returns or modifies the activation status of the automatic adjustment of the brightness on the device. |
BrightnessGet | Returns the current setting of the brightness for the screen of the device. |
BrightnessModify | Modifies the setting of the brightness for the device screen. |
ChangeTheme | Is used to change, through programming, the theme (dark or light) used by the mobile application. |
CheckUserIDentity | Checks the identity of the current user using biometric authentication. |
DeepLinkProcedure | Defines the WLanguage procedure executed when the user clicks on a deep link. |
DisplayLicense | Displays the license agreement of the WINDEV Mobile framework or framework libraries in a new window. |
GetTheme | Gets the current theme of a mobile application. |
GglAccountAssociate | Enables users to log in to an application using a Google account registered on the device, without entering a username and password. |
GglAccountDissociate | Dissociates the application from the user's Google account. This association must have been previously defined with GglAccountAssociate. |
iOSApplicationOpenURLProcedure | Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL. |
LEDSwitchOff | Switches the LED (Light-Emitting Diode) of the device off. |
LEDSwitchOn | Switches the LED (Light-Emitting Diode) of the device on. |
MobileNetworkConnectionInfo | Returns information regarding the current connection to data on the mobile network. |
MobileNetworkStatus | Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes. |
NotifAdd | Adds a notification to the system bar (Android) or notification center (iOS). |
NotifDelete | Removes a notification from the system bar. |
NotifDeleteCategory | Deletes a notification category from the application. |
NotifListCategory | Lists the notification categories of the application. |
NotifModify | Modifies a notification currently displayed in the system bar of the device. |
NotifPushDisable | Disables the management of push notifications for a WINDEV Mobile application (Android or IOS). |
NotifPushEnable | Enables the management of push notifications in a WINDEV Mobile application (Android or iOS). |
NotifPushListInvalidIdentifiers | Returns the list of invalid identifiers on the APN service of Apple. |
NotifPushProcedure | Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS). |
NotifPushSend | Sends a push notification to a mobile device (iOS or Android). |
NotifPushSendSubscriber | Sends a notification to Android devices that are subscribed to a topic. |
NotifPushSubscribe | Subscribes the current Android application to a topic. |
NotifPushUnsubscribe | Unsubscribes an application from a topic. |
PowerStatus | Used to get various information about the battery (main or secondary) of the device on which the application is running. |
RecorderAction | Runs an action on the recorder or dictaphone found on the current device. |
| Opens a specific window for scanning one or more documents using the phone or tablet camera. |
| Opens a specific window for scanning one or more documents using the phone or tablet camera. |
| Opens a specific window for scanning one or more documents using the phone or tablet camera. |
ScreenSize | Returns the size (in inches) of the diagonal of the screen on the device where the application is run. |
ScreenType | Returns the type of screen on which the application is running: phone, tablet, computer or watch. |
SIPVisible | Displays the keyboard. |
tapiDialerCall | Opens the default telephony application (dialer) found on the phone and dials the specified number. |
tapiDialerDisplay | Opens the default telephony application (dialer) and displays the specified number. No call is made. |
| Opens a window that allows sharing the user's phone number(s). |
VibrationStop | Stops the vibrations of the device (even if they have been triggered by another application). |
VibrationTrigger | Triggers the vibrations of the device. |
VolumeGet | Retrieves the current setting of the volume for a sound source. |
VolumeModify | Modifies the setting of the volume for a sound source. |
VolumePhysicalButton | Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device. |