iOS Question implement openurl

icefairy333

Active Member
Licensed User
Longtime User
Hi all,
I'm wrapping an payment library ,the document says I need to implement openurl
just like this:
B4X:
@implementation UIApplication

- (void)openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options completionHandler:(void (^)(BOOL))completion{
    NSLog(@"openurlwith");
}



@end

how can I do it please?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…