BaseEmailHandler class abstract
Base class for all email handlers.
- Inheritance
-
- Object
- ReportHandler
- BaseEmailHandler
- Implementers
Constructors
Properties
- emailHeader → String?
-
final
- emailTitle → String?
-
final
- enableApplicationParameters → bool
-
final
- enableCustomParameters → bool
-
final
- enableDeviceParameters → bool
-
final
- enableStackTrace → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localizationOptions → LocalizationOptions
-
Get currently used localization options
no setterinherited
- logger ↔ CatcherLogger
-
Logger instance
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getEmailTitle(
Report report) → String -
Setup email title from
report
. -
getSupportedPlatforms(
) → List< PlatformType> -
Get list of supported platforms
inherited
-
handle(
Report report, BuildContext? context) → Future< bool> -
Method called when report has been accepted by user
inherited
-
isContextRequired(
) → bool -
Check if given report mode requires context to run
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLocalizationOptions(
LocalizationOptions? localizationOptions) → void -
Set localization options (translations) to this report mode
inherited
-
setupHtmlMessageText(
Report report) → String -
Setup html email message from
report
. -
setupRawMessageText(
Report report) → String -
Setup raw text email message from
report
. -
shouldHandleWhenRejected(
) → bool -
Check whether report mode should auto confirm without user confirmation.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited