Class MainThreadChecker

java.lang.Object
io.sentry.util.thread.MainThreadChecker
All Implemented Interfaces:
IMainThreadChecker

@Internal public final class MainThreadChecker extends Object implements IMainThreadChecker
Class that checks if a given thread is the Main/UI thread. The Main thread is denoted by the thread, where the `Sentry.init` method was called. If it was inited from a background thread, then this class is wrong, but it's a best effort.

We're gonna educate people through the docs.