# `GSCallbackHandler addCallback:forOperation:`

*Type Method*

## Declaration

```swift
class func addCallback(_ target: Any, forOperation operation: String)
```

```objc
+ (void) addCallback:(id) target forOperation:(NSString *) operation;
```

```python
addCallback_forOperation_(target: object, operation: str)
```

