start

open fun start(@NonNull androidContext: Context): Client

Initialize the static Bugsnag client

Parameters

androidContext

an Android context, usually this


open fun start(@NonNull androidContext: Context, @NonNull apiKey: String): Client

Initialize the static Bugsnag client

Parameters

androidContext

an Android context, usually this

apiKey

your Bugsnag API key from your Bugsnag dashboard


open fun start(@NonNull androidContext: Context, @NonNull config: Configuration): Client

Initialize the static Bugsnag client

Parameters

androidContext

an Android context, usually this

config

a configuration for the Client