applyOptions

open fun applyOptions(context: Context, builder: GlideBuilder)

Lazily apply options to a com.bumptech.glide.GlideBuilder immediately before the Glide singleton is created.

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

Parameters

context

An Application android.content.Context.

builder

The com.bumptech.glide.GlideBuilder that will be used to create Glide.