RemoteConfiguration

Provide a RemoteConfiguration instance when creating a tracker for remote configuration using Snowplow.setup.

Constructors

Link copied to clipboard
constructor(endpoint: String, method: HttpMethod)

Functions

Link copied to clipboard
open override fun copy(): Configuration

Properties

Link copied to clipboard

URL for the remote configuration. The URL can include the schema/protocol (e.g. http://remote-config-url.xyz). If it doesn't include the protocol, the HTTPS protocol is automatically selected.

Link copied to clipboard

The method used to send the requests (GET or POST).