Implemented SetTunnelStatus intent
Signed-off-by: Alessio Nossa <alessio.nossa@gmail.com>
This commit is contained in:
@@ -11,7 +11,9 @@ class IntentHandler: INExtension {
|
||||
}
|
||||
|
||||
override func handler(for intent: INIntent) -> Any {
|
||||
guard intent is GetPeersIntent || intent is UpdateConfigurationIntent else {
|
||||
guard intent is GetPeersIntent ||
|
||||
intent is UpdateConfigurationIntent ||
|
||||
intent is SetTunnelStatusIntent else {
|
||||
fatalError("Unhandled intent type: \(intent)")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user