From 7.30.2 to 7.30.3

Default navigation timeout

The method Navigation.defaultTimeoutInSeconds() has been renamed to Navigation.defaultTimeout().

The method returns a Duration object, not an integer. Our intention was to prevent developers from having to write clumsy constructions like defaultTimeoutInSeconds().getSeconds().

Go top