---
title: ShieldAction.thirdSecondarySubmenuItemPressed
framework: managedsettings
role: symbol
role_heading: Case
path: managedsettings/shieldaction/thirdsecondarysubmenuitempressed
---

# ShieldAction.thirdSecondarySubmenuItemPressed

An action that occurs when someone selects the third item in the secondary button’s submenu.

## Declaration

```swift
case thirdSecondarySubmenuItemPressed
```

## Discussion

Discussion The system invokes this callback on your app’s ShieldActionDelegate for the third item in the submenu when your app defines the secondaryButtonSubmenuItems array with three elements.

## See Also

### Responding to secondary button actions

- [ShieldAction.secondaryButtonPressed](managedsettings/shieldaction/secondarybuttonpressed.md)
- [ShieldAction.firstSecondarySubmenuItemPressed](managedsettings/shieldaction/firstsecondarysubmenuitempressed.md)
- [ShieldAction.secondSecondarySubmenuItemPressed](managedsettings/shieldaction/secondsecondarysubmenuitempressed.md)
