Plugin

interface Plugin

A plugin allows for additional functionality to be added to the Bugsnag SDK.

Functions

Link copied to clipboard
abstract fun load(client: Client)

Loads a plugin with the given Client. When this method is invoked the plugin should activate its behaviour - for example, by capturing an additional source of errors.

Link copied to clipboard
abstract fun unload()

Unloads a plugin. When this is invoked the plugin should cease all custom behaviour and restore the application to its unloaded state.