onRealisticViewWarningUpdated abstract method

void onRealisticViewWarningUpdated(
  1. RealisticViewWarning realisticViewWarning
)

Called whenever a new realistic view warning is available.

  • realisticViewWarning The object that contains details on the realistic view warning.

Implementation

void onRealisticViewWarningUpdated(RealisticViewWarning realisticViewWarning);