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:
- Swift
- Objective-C
Appodeal.setBidonEndpoint("https://example.com/api")
[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:
- Swift
- Objective-C
Appodeal.getBidonEndpoint()
[Appodeal getBidonEndpoint];