Client

constructor(@NonNull androidContext: Context)

Initialize a Bugsnag client

Parameters

androidContext

an Android context, usually this


constructor(@NonNull androidContext: Context, @NonNull apiKey: String)

Initialize a Bugsnag client

Parameters

androidContext

an Android context, usually this

apiKey

your Bugsnag API key from your Bugsnag dashboard


constructor(@NonNull androidContext: Context, @NonNull configuration: Configuration)

Initialize a Bugsnag client

Parameters

androidContext

an Android context, usually this

configuration

a configuration for the Client