Skip to main content
Version: 3.5.0

Self-Hosted Bidon

Configuring and retrieving the Bidon endpoint.

info

Bidon documentation can be found here.

Set Bidon Endpoint

To set a custom Bidon endpoint, use the following method:

Appodeal.SetBidonEndpoint("https://example.com/api");
Should be called before the SDK initialization.

Get Bidon Endpoint

To retrieve the currently set Bidon endpoint, use the following method:

Appodeal.GetBidonEndpoint();