Package 

Class LocalGlideProviderKt

    • Method Summary

      Modifier and Type Method Description
      final ProvidableCompositionLocal<RequestOptions> getLocalGlideRequestOptions() Local containing the preferred RequestOptions for providing the same instance in our composable hierarchy.
      final ProvidableCompositionLocal<RequestBuilder<?>> getLocalGlideRequestBuilder() Local containing the preferred RequestBuilder for providing the same instance in our composable hierarchy.
      final ProvidableCompositionLocal<RequestManager> getLocalGlideRequestManager() Local containing the preferred RequestManager for providing the same instance in our composable hierarchy.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLocalGlideRequestOptions

         final ProvidableCompositionLocal<RequestOptions> getLocalGlideRequestOptions()

        Local containing the preferred RequestOptions for providing the same instance in our composable hierarchy.

      • getLocalGlideRequestBuilder

         final ProvidableCompositionLocal<RequestBuilder<?>> getLocalGlideRequestBuilder()

        Local containing the preferred RequestBuilder for providing the same instance in our composable hierarchy.staticCompositionLocalOf

      • getLocalGlideRequestManager

         final ProvidableCompositionLocal<RequestManager> getLocalGlideRequestManager()

        Local containing the preferred RequestManager for providing the same instance in our composable hierarchy.staticCompositionLocalOf