updateNavigationSound static method

void updateNavigationSound(
  1. TaskHandler navigationListener
)

Request to the navigation service to send the updated sound to the navigation listener.

The navigation service will call the NavigationListener with the updated sound.

Parameters

  • IN navigationListener Navigation listener used to identify the navigation session.

Implementation

static void updateNavigationSound(TaskHandler navigationListener) {
  staticMethod('NavigationService', 'updateNavigationSound',
      args: (navigationListener as TaskHandlerImpl).id);
}