SOSMaskable Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | SOSMaskable.h |
Overview
Protocol for objects that can be registered as maskable. Anything implementing this protocol can be registered with the SOS Masking class, which will send the messages declared below at the appropriate times to enable/disable the masks during an SOS session.
– setMaskState:
required method
Update the UI or do other processing to respond to a change in the masking requirements during an SOS session.
- (void)setMaskState:(SOSMaskState)state
Parameters
state |
The new state of the mask. |
---|
Declared In
SOSMaskable.h