Skip to content

Commit

Permalink
Update metalava file with new param name (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryldz authored Aug 10, 2022
1 parent 13c3e0c commit 12660a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/api/metalava.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ package com.mapbox.maps {
method public void queueEvent(Runnable event, boolean needRender);
method public void removeRendererSetupErrorListener(com.mapbox.maps.renderer.RendererSetupErrorListener rendererSetupErrorListener);
method @com.mapbox.maps.MapboxExperimental public boolean removeWidget(com.mapbox.maps.renderer.widget.Widget widget);
method public void setMaximumFps(@IntRange(from=1L, to=Int.MAX_VALUE.toLong()) int maximumFps);
method public void setMaximumFps(@IntRange(from=1, to=Int.MAX_VALUE.toLong()) int fps);
method public void setOnFpsChangedListener(com.mapbox.maps.renderer.OnFpsChangedListener listener);
method public android.graphics.Bitmap? snapshot();
method public void snapshot(com.mapbox.maps.MapView.OnSnapshotReady listener);
Expand Down

0 comments on commit 12660a3

Please sign in to comment.