Greetings, thanks in advance I wanted to know if there is an update for this library for these methods or if on the contrary they can be implemented by means of java object or some way thanks
B4X:
public void actionTimeoutInSeconds(int i) {
actionTimeoutInSeconds(i);
}
public void actionRepeatTimes(int i) {
actionRepeatTimes(i);
}
public void cornerRadiusInMeters(int i) {
cornerRadiusInMeters(i);
}
public void gimbalPitch(int i) {
gimbalPitch(i);
}
public void heading(int i) {
heading(i);
}
public void shootPhotoDistanceInterval(int i) {
shootPhotoDistanceInterval(i);
}
public void shootPhotoTimeInterval(int i) {
shootPhotoTimeInterval(i);
}
public void speed(int i) {
speed(i);
}
public void turnMode(int i) {
turnMode(i);
}