Contents

stopMonitoringEvent(with:)

Unregister for specific Wi-Fi event notifications.

Declaration

func stopMonitoringEvent(with type: CWEventType) throws

Parameters

  • type:

    The type of event notifications to unregister for. See Cweventtype for a list of possible values.

Discussion

Use this method to indicate that the client should no longer send notifications for the given event type.

See Also

Monitoring Events