- Librerias que tiene Javy

This commit is contained in:
2024-04-02 14:30:18 -06:00
parent d5c73471f8
commit 6509580779
54 changed files with 15917 additions and 0 deletions

50
B4A/LocationManager.xml Normal file
View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<doclet-version-NOT-library-version>1.00</doclet-version-NOT-library-version>
<class>
<name>com.rootsoft.locationmanager.LocationManager1</name>
<shortname>LocationManager</shortname>
<owner>process</owner>
<permission>android.permission.ACCESS_COARSE_LOCATION</permission>
<permission>android.permission.INTERNET</permission>
<permission>android.permission.ACCESS_FINE_LOCATION</permission>
<method>
<name>Initialize</name>
<comment>Initializes the Locationmanager
EventName - Events subs prefix.</comment>
<returntype>void</returntype>
<parameter>
<name>ba</name>
<type>anywheresoftware.b4a.BA</type>
</parameter>
<parameter>
<name>EventName</name>
<type>java.lang.String</type>
</parameter>
</method>
<method>
<name>stopGPSListening</name>
<comment>Stops listening for the locations.</comment>
<returntype>void</returntype>
</method>
<method>
<name>requestMobileLocation</name>
<comment>Request the location.
LocationChanged, providerdisabled, providerenabled, statuschanged.</comment>
<returntype>void</returntype>
</method>
<method>
<name>requestGPSLocation</name>
<comment>Request the location.
LocationChanged, providerdisabled, providerenabled, statuschanged.</comment>
<returntype>void</returntype>
</method>
<method>
<name>stopMobileListening</name>
<comment>Stops listening for the locations.</comment>
<returntype>void</returntype>
</method>
</class>
<version>1.1</version>
<author>XverhelstX</author>
</root>