getContext

@NonNull
open fun getContext(): @NonNull Context(source)

Returns a Context with the appropriate theme for dialogs created by this Builder. Applications should use this Context for obtaining LayoutInflaters for inflating views that will be used in the resulting dialogs, as it will cause views to be inflated with the correct theme.

Return

A Context for built Dialogs.