getRealisticViewWarning abstract method

RealisticViewWarning? getRealisticViewWarning(
  1. Warning warning
)

Returns a realistic-view warning corresponding to the given identifier.

  • warning The identifier of the warning, as provided by WarningListener.onWarning. The warning uniquely identifies a single realistic-view warning within this registry and is used to retrieve its full metadata.

Returns RealisticViewWarning?. The RealisticViewWarning object associated with the provided WarningsRegistry.getRealisticViewWarning.warning, or null if no warning exists for the given WarningsRegistry.getRealisticViewWarning.warning. This object contains the full details and attributes of the corresponding warning.

Implementation

RealisticViewWarning? getRealisticViewWarning(Warning warning);