Interface ICrashReportHeader

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ICrashReportHeader
Supplies a header to add to crash reports.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Returns the header to be displayed at the top of the crash report, or null if the header shouldn't be added.
  • Method Details

    • getHeader

      @Nullable @Nullable String getHeader()
      Returns the header to be displayed at the top of the crash report, or null if the header shouldn't be added.
      Returns:
      the header to be displayed at the top of the crash report, or null if the header shouldn't be added