ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Phone functions
73 results
Adds a notification to the system bar (Android) or notification center (iOS).
Removes a notification from the system bar.
Modifies a notification currently displayed in the system bar of the device.
Sends a push notification to a mobile device (iOS or Android).
Sends a notification to Android devices that are subscribed to a topic.
Android proposes several types of notifications to inform the user...
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes...
Returns the device's advertising identifier (iOS only).
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Displays the permission request for user activity tracking.
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Determines if the app has been allowed to track activity based on user data (iOS only).
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
Returns the current setting of the brightness for the screen of the device.
Modifies the setting of the brightness for the device screen.
Is used to change, through programming, the theme (dark or light) used by the mobile application.
Checks the identity of the current user using biometric authentication.
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email...
Defines the WLanguage procedure executed when the user clicks on a deep link.
Displays the license agreement of the WINDEV Mobile framework or framework libraries in a new window.
Gets the current theme of a mobile application.
The gglAccount type gets the profile information of a Google account via several WLanguage properties.
Enables users to log in to an application using a Google account registered on the device, without entering a username and password.
Dissociates the application from the user's Google account. This association must have been previously defined with GglAccountAssociate.
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
Excludes a file from iCloud backup.
Switches the LED (Light-Emitting Diode) of the device off.
Switches the LED (Light-Emitting Diode) of the device on.
Returns information regarding the current connection to data on the mobile network.
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.
Adds a notification to the system bar (Android) or notification center (iOS).
Removes a notification from the system bar.
Deletes a notification category from the application.
The Notification type is used to handle the local notifications or the push notifications.
The notificationAction type is used to describe an additional action associated with a notification.
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
Lists the notification categories of the application.
Modifies a notification currently displayed in the system bar of the device.
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Returns the list of invalid identifiers on the APN service of Apple.
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Sends a push notification to a mobile device (iOS or Android).
Sends a notification to Android devices that are subscribed to a topic.
Subscribes the current Android application to a topic.
Unsubscribes an application from a topic.
List of functions for phone management
Used to get various information about the battery (main or secondary) of the device on which the application is running.
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)...
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration...
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration...
A mobile device can receive push notifications...
An application written in WINDEV Mobile Android or iOS can receive Push notifications...
Runs an action on the recorder or dictaphone found on the current device.
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
Displays the keyboard.
Android Wear is the version of the Android operating system dedicated to the connected objects...
Opens the default telephony application (dialer) found on the phone and dials the specified number.
Opens the default telephony application (dialer) and displays the specified number. No call is made.
Stops the vibrations of the device (even if they have been triggered by another application).
Triggers the vibrations of the device.
Retrieves the current setting of the volume for a sound source.
Modifies the setting of the volume for a sound source.
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
WLanguage procedure ("callback") called by AndroidActivityResultProcedure when the result of a third-party Activity is retrieved.
Procedure ("Callback") called by AppleSignIn when the Apple authentication result is obtained.
WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link with a target URL associated with the application.
WLanguage procedure ("callback") called by iOSApplicationOpenURLProcedure when the application must open a resource identified by a URL.