# `GSAppDelegateProtocol showMainPreferencesWithIdentifier:`

*Instance Method*

## Declaration

```swift
func showMainPreferences(withIdentifier identifier: String)
```

```objc
- (void) showMainPreferencesWithIdentifier:(NSString *) identifier;
```

```python
showMainPreferencesWithIdentifier_(identifier: str)
```

