Protocol for setting the power saving of the device.
func setFpsCallback(_ fpsCallback: FpsCallback?)
Sets the callback function for changing FPS.
fpsCallback
FpsCallback?
var maxFps
Int?
Maximum allowable map refresh frequency.If not specified, it is equal to the screen refresh frequency.
var powerSavingMaxFps
Maximum allowable map refresh frequency in the power saving mode.If not specified, it is equal to maxFps.