AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Beacon
  • Necessary version
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
BeaconListBackgroundDetection (Function)
In french: BeaconListeDétectionEnArrièrePlan
Returns the list of active Beacon detections started in the background with BeaconDetectBackground.
Example
// Browses the current detections
arrGroupBeacons is array of beaconGroup = BeaconListBackgroundDetection()
FOR EACH group OF arrGroupBeacons
// Stops background detection of a group of Beacons
IF group.UUID = " 12345678-1234-1234-1234-123456789012 " _AND_ group.Major = 5 THEN
BeaconStopBackgroundDetection(group)
END
END
Syntax
<Result> = BeaconListBackgroundDetection()
<Result>: Array of beaconGroup
Array of beaconGroup variables corresponding to the list of groups of Beacons currently detected. If no detection is in progress, this array is empty.
Remarks

Necessary version

AndroidAndroid Widget Beacon management functions are only available on Android 4.3 or later (API level 18).
A fatal error occurs if the function is used with an earlier system version.
To determine the version of Android the application is running on, use SysAndroidVersion.
iPhone/iPadIOS Widget Beacon management functions are only available on iOS11 or later.
Component: wd290android.aar
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/06/2023

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