getCustomWarningType abstract method
Returns the custom warning type identifier produced by this provider.
The returned value corresponds to CustomWarning.customWarningType and Warning.customWarningType and is used to apply per-type configuration, such as notification distances.
Returns int. The custom warning type identifier for this provider.
Implementation
int getCustomWarningType();