registerComponents

open fun registerComponents(    context: Context,     glide: Glide,     registry: Registry)

Lazily register components immediately after the Glide singleton is created but before any requests can be started.

This method will be called once and only once per implementation.

Parameters

context

An Application android.content.Context.

glide

The Glide singleton that is in the process of being initialized.

registry

An com.bumptech.glide.Registry to use to register components.