How to pass function as parameter from java to kotlin method?
The error message is caused by the code before your:
showAdWithCallback(() -> {
return null;
});
The error message is caused by the code before your:
showAdWithCallback(() -> {
return null;
});