dorotheelondon
New Member
Hi everbody, I'm Dorothee and i work for Ogury, an Advertising company specialised on targeting for Android App.
Some publishers who are using B4A in their applications contact us, want to use our solutions but we can’t help us to implement our SDK.
It’s possible to have costing on your side to develop a little bridge between your solution and the Ogury SDK.
We have only 3 calls:
Presage.getInstance().setContext(this.getBaseContext());
Presage.getInstance().start();
to start the SDK.
Presage.getInstance().adToServe("interstitial", new IADHandler() {
@override
public void onAdNotFound() {
Log.i("PRESAGE", "ad not found");
}
@override
public void onAdFound() {
Log.i("PRESAGE", "ad found");
}
});
to ask for an ad.
Is there someone interested and available very quickly to do this ?
Thank for your help !!!
Some publishers who are using B4A in their applications contact us, want to use our solutions but we can’t help us to implement our SDK.
It’s possible to have costing on your side to develop a little bridge between your solution and the Ogury SDK.
We have only 3 calls:
Presage.getInstance().setContext(this.getBaseContext());
Presage.getInstance().start();
to start the SDK.
Presage.getInstance().adToServe("interstitial", new IADHandler() {
@override
public void onAdNotFound() {
Log.i("PRESAGE", "ad not found");
}
@override
public void onAdFound() {
Log.i("PRESAGE", "ad found");
}
});
to ask for an ad.
Is there someone interested and available very quickly to do this ?
Thank for your help !!!