AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones de teléfono
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Las funciones del teléfono son las siguientes:
AndroidActivityResultProcedurePermite especificar el procedimiento a llamar para obtener el resultado devuelto por una actividad de terceros.
AppleAdvertisingIdentifierDevuelve el identificador de publicidad del dispositivo (solo iOS).
AppleRequestTrackingAuthorizationAsynchronousDisplays the permission request for user activity tracking.
AppleSignInPermite realizar una conexión con la opción "Iniciar Sesión con Apple" en dispositivos con iOS 13 y posteriores.
AppleTrackingAuthorizationStatusPermite saber si se concedió permiso a una aplicación para rastrear la actividad del usuario utilizando sus datos (solo para iOS).
BrightnessAutoReturns or modifies the activation status of the automatic adjustment of the brightness on the device.
BrightnessGetReturns the current setting of the brightness for the screen of the device.
BrightnessModifyModifies the setting of the brightness for the device screen.
ChangeThemePermite cambiar mediante programación el tema (oscuro o claro) utilizado por la aplicación móvil.
CheckUserIDentityChecks the identity of the current user using biometric authentication.
DeepLinkProcedureDefine el procedimiento WLanguage que se ejecuta al hacer clic en un enlace profundo.
DisplayLicenseMuestra los términos de licencia del framework de WINDEV Mobile o de las bibliotecas del framework en una nueva ventana.
GetThemePermite conocer el tema actual de una aplicación móvil.
GglAccountAssociatePermite a los usuarios iniciar sesión en una aplicación utilizando una cuenta de Google registrada en el dispositivo, sin necesidad de introducir un nombre de usuario y una contraseña.
GglAccountDissociateElimina la asociación entre la aplicación y la cuenta de Google del usuario. Esta asociación debe haberse definido previamente con la función GglAccountAssociate.
iOSApplicationOpenURLProcedurePermite especificar el procedimiento al que se llamará cuando la aplicación necesite abrir un recurso identificado por una URL.
LEDSwitchOffApaga el LED (diodo emisor de luz) del aparato.
LEDSwitchOnSwitches the LED (Light-Emitting Diode) of the device on.
MobileNetworkConnectionInfoReturns information regarding the current connection to data on the mobile network.
MobileNetworkStatusReturns 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.
NotifAddAdds a notification to the system bar (Android) or notification center (iOS).
NotifDeleteElimina una notificación de la barra del sistema.
NotifDeleteCategoryDeletes a notification category from the application.
NotifListCategoryLists the notification categories of the application.
NotifModifyModifica una notificación que se muestra actualmente en la barra del sistema del dispositivo.
NotifPushDisableDisables the management of push notifications for a WINDEV Mobile application (Android or IOS).
NotifPushEnableEnables the management of push notifications in a WINDEV Mobile application (Android or iOS).
NotifPushListInvalidIdentifiersReturns the list of invalid identifiers on the APN service of Apple.
NotifPushProcedureSpecifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
NotifPushSendSends a push notification to a mobile device (iOS or Android).
NotifPushSendSubscriberEnvía una notificación a los dispositivos Android suscritos a un tema.
NotifPushSubscribeSuscribe la aplicación Android actual a un tema.
NotifPushUnsubscribeCancela la suscripción de una aplicación a un tema.
PowerStatusUsed to get various information about the battery (main or secondary) of the device on which the application is running.
RecorderActionRuns an action on the recorder or dictaphone found on the current device.
Novedad versión 2025
ScanDocumentFromCamera
Abre una ventana específica para escanear uno o varios documentos utilizando la cámara del teléfono o tableta.
Esta función es equivalente a la función ScanFromCameraToImage.
Novedad versión 2025
ScanFromCameraToImage
Abre una ventana específica para escanear uno o varios documentos utilizando la cámara del teléfono o tableta.
Novedad versión 2025
ScanFromCameraToPDF
Abre una ventana específica para escanear uno o varios documentos utilizando la cámara del teléfono o tableta.
ScreenSizeDevuelve el tamaño (en pulgadas) de la diagonal de la pantalla del dispositivo donde se ejecuta la aplicación.
ScreenTypeReturns the type of screen on which the application is running: phone, tablet, computer or watch.
SIPVisibleMuestra el teclado.
tapiDialerCallOpens the default telephony application (dialer) found on the phone and dials the specified number.
tapiDialerDisplayAbre la aplicación de telefonía predeterminada (marcador) y muestra el número especificado.. No se realiza ninguna llamada.
Novedad versión 2025
tapiGetNumber
Abre una ventana que permite compartir el número o los números de teléfono del usuario.
VibrationStopStops the vibrations of the device (even if they have been triggered by another application).
VibrationTriggerTriggers the vibrations of the device.
VolumeGetRetrieves the current setting of the volume for a sound source.
VolumeModifyModifies the setting of the volume for a sound source.
VolumePhysicalButtonIdentifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
WEBDEV - Código Servidor Nota: Para mostrar una notificación en un navegador desde un sitio web WEBDEV, utilice NotificationDisplay.
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/11/2024

Señalar un error o enviar una sugerencia | Ayuda local