setContext

open override fun setContext(context: Context?)

Attaches the client to an Android Context.

The context can be null to close the client and detach it from a previously set context.

Note: This needs to be called whenever the Context changes.