setAppType

open fun setAppType(@Nullable appType: String)

If your app's codebase contains different entry-points/processes, but reports to a single Bugsnag project, you might want to add information denoting the type of process the error came from. This information can be used in the dashboard to filter errors and to determine whether an error is limited to a subset of appTypes. By default, this value is set to 'android'.