Interface MainThreadSupport


  • public interface MainThreadSupport
    Interface to the "main" thread, which can be whatever you like. Typically on Android, Android's main thread is used.
    • Method Detail

      • isMainThread

        boolean isMainThread()