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:
- UPM Distribution
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:
- UPM Distribution
Appodeal.GetBidonEndpoint();