Toggles a mode for the service to suppress all notifications from being dispatched when sharing the screen via the getMediaDisplay API.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
Toggles a manual Do Not Disturb mode for the service to reduce the amount of disruption that alerts cause the user. This may mean only displaying them in a notification tray/center or not displaying them at all. If a system backend already supports a similar feature controlled by the user, enabling this may not have any impact on code to show an alert. e.g. on OS X, the system will take care not disrupting a user if we simply create a notification like usual.