public interface
co.adcel.nativeads.OnNativeAdsAvailabilityListener
Interface of the event listener of the native advertising initialization
void | onAvailable() | The event is triggered when the native advertising is successfully initialized |
void | onError(String error) | The event is triggered in the event of the native advertising initializing error |
void onAvailable()
The event is triggered when the native advertising is successfully initialized
void onError(String error)
The event is triggered in the event of the native advertising initializing error
error | Error text |