Package com.bugsnag.callbacks
Class AppCallback
- java.lang.Object
-
- com.bugsnag.callbacks.AppCallback
-
-
Constructor Summary
Constructors Constructor Description AppCallback(Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeNotify(Report report)
Perform changes to the report before delivery.
-
-
-
Constructor Detail
-
AppCallback
public AppCallback(Configuration config)
-
-
Method Detail
-
beforeNotify
public void beforeNotify(Report report)
Description copied from interface:Callback
Perform changes to the report before delivery.- Specified by:
beforeNotify
in interfaceCallback
- Parameters:
report
- the report to perform changes on.
-
-