as I am working myself into some new code, I came across a thing, where I couldnt find any explanation for in the web so far. So hopefully you can give me one.
I have this method signature in Objective-C code:
-(void) supportsUrl: (NSString*) url callback:(void (^)(BOOL supported)) callback;
Can someone please tell me what it is about in the last parameter?
Thanks a lot!