Hello,
Previously I was using:
adviewsohbet.Initialize("adviewsohbet", ", Page1, no.RunMethod("SIZE_MEDIUM_RECTANGLE", Null))
with inline :
With latest admob it doesn't compile. What must we change here?
Thanks
Previously I was using:
adviewsohbet.Initialize("adviewsohbet", ", Page1, no.RunMethod("SIZE_MEDIUM_RECTANGLE", Null))
with inline :
B4X:
#if OBJC
- (NSObject*)customSize:(int)width :(int)height {
GADAdSize size = GADAdSizeFromCGSize(CGSizeMake(width, height));
return [NSValue valueWithBytes:&size objCType:@encode(GADAdSize)];
}
#end if
With latest admob it doesn't compile. What must we change here?
Thanks
Last edited: