Plugin

interface Plugin

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

Functions

load
Link copied to clipboard
abstract fun load(client: Client)
Loads a plugin with the given Client.
unload
Link copied to clipboard
abstract fun unload()
Unloads a plugin.