-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update generated classes after commit e6cd70b * Update configuration.json --------- Co-authored-by: masesdevelopers <[email protected]>
- Loading branch information
1 parent
44a79aa
commit cbf28d3
Showing
180 changed files
with
5,719 additions
and
2,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
...oid/src/main/java/org/mases/netdroid/generated/android/hardware/SensorEventListener2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
/* | ||
* Copyright 2024 MASES s.r.l. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
* Refer to LICENSE for more information. | ||
*/ | ||
|
||
/* | ||
* This file is generated by MASES.JNetReflector (ver. 2.5.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.hardware; | ||
|
||
public final class SensorEventListener2 extends org.mases.jcobridge.JCListener implements android.hardware.SensorEventListener2 { | ||
public SensorEventListener2(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onAccuracyChanged(android.hardware.Sensor arg0, int arg1) { | ||
raiseEvent("onAccuracyChanged", arg0, arg1); | ||
} | ||
//@Override | ||
public void onSensorChanged(android.hardware.SensorEvent arg0) { | ||
raiseEvent("onSensorChanged", arg0); | ||
} | ||
//@Override | ||
public void onFlushCompleted(android.hardware.Sensor arg0) { | ||
raiseEvent("onFlushCompleted", arg0); | ||
} | ||
|
||
} |
39 changes: 39 additions & 0 deletions
39
...netdroid/generated/android/media/MediaScannerConnection_MediaScannerConnectionClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* | ||
* Copyright 2024 MASES s.r.l. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
* Refer to LICENSE for more information. | ||
*/ | ||
|
||
/* | ||
* This file is generated by MASES.JNetReflector (ver. 2.5.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.media; | ||
|
||
public final class MediaScannerConnection_MediaScannerConnectionClient extends org.mases.jcobridge.JCListener implements android.media.MediaScannerConnection.MediaScannerConnectionClient { | ||
public MediaScannerConnection_MediaScannerConnectionClient(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onMediaScannerConnected() { | ||
raiseEvent("onMediaScannerConnected"); | ||
} | ||
//@Override | ||
public void onScanCompleted(java.lang.String arg0, android.net.Uri arg1) { | ||
raiseEvent("onScanCompleted", arg0, arg1); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.