onResume abstract method

void onResume()

Called when the map view to which this MapViewLifecycleListener is attached to gets resumed (usually when the app goes into foreground).

This should be used by components that perform continuous updates to resume those updates after a previous call to MapViewLifecycleListener.onPause.

Implementation

void onResume();