withContext

open fun withContext(@NotNull context: @NotNull Context): Beacon.Builder

Provides the application context for Beacon initialization.

By default, Beacon will auto-initialize and may not explicitly require a new reference to the application context.

Return

The Builder instance for chaining calls.

Parameters

context

The Context of the application.