Enumeration
    HeadphoneMotionManager.Action
public enum Action: Equatable  Actions that correspond to CMHeadphoneMotionManagerDelegate methods.
See CMHeadphoneMotionManagerDelegate for more information.
Relationships
Member Of
- HeadphoneMotionManager
- A wrapper around Core Motion's - CMHeadphoneMotionManagerthat exposes its functionality through effects and actions, making it easy to use with the Composable Architecture, and easy to test.
Conforms To
- Equatable
Enumeration Cases
        didConnect
    
    case didConnect
        didDisconnect
    
    case didDisconnect