Class ShadowPausedAsyncTaskLoader<D>

    • Constructor Detail

      • ShadowPausedAsyncTaskLoader

        public ShadowPausedAsyncTaskLoader()
    • Method Detail

      • setExecutor

        @Config(minSdk=19)
        @Deprecated
        public void setExecutor​(Executor executor)
        Deprecated.
        It is recommended to switch to androidx's AsyncTaskLoader, which provides an overridable getExecutor method.
        Allows overriding background executor used by the AsyncLoader.