Builder
class Builder
Content copied to clipboard
Used to config and setup your Beacon, this should be called in your Application's `onCreate()` method
Constructors
Functions
withBeaconId
Link copied to clipboard
open fun withBeaconId(@NotNull() beaconId: @NotNull() String): Beacon.Builder
Content copied to clipboard
withContext
Link copied to clipboard
open fun withContext(@NotNull() context: @NotNull() Context): Beacon.Builder
Content copied to clipboard
withLogsEnabled
Link copied to clipboard