IWarningCallback

public interface IWarningCallback

Callback interface of warning.

Methods

Method Description
warning(WarningInfo warningInfo) Our callback only needs to implement the “Warning” method.

warning(WarningInfo warningInfo)

public abstract void warning(WarningInfo warningInfo)

Our callback only needs to implement the “Warning” method.

Parameters:

Parameter Type Description
warningInfo WarningInfo warning info