Declaration

func respond(toCallback handler: Any!, hash: String!, operation: String!, exception: NSException!)

Declaration

- (void) respondToCallback:(id) handler hash:(NSString *) hash operation:(NSString *) operation exception:(NSException *) exception;

Declaration

respondToCallback_hash_operation_exception_(handler: object, hash: str, operation: str, exception: NSException)