onWarnings abstract method

void onWarnings(
  1. List<WarningUpdate> warnings,
  2. WarningsRegistry warningsRegistry
)

Called after the every location update was processed.

  • warnings The list of warning objects containing details about each warning.

  • warningsRegistry WarningsRegistry object to retrieve the concrete warning instance.

Implementation

void onWarnings(List<WarningUpdate> warnings, WarningsRegistry warningsRegistry);