1
wxr
2021-11-26 015d94a8c3a3bcdaa7de04a7fd7799046866db36
SiriIntents/IntentHandler.cs
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using Foundation;
using HDLSceneSiri;
using Intents;
namespace SiriIntents
@@ -27,6 +28,11 @@
            // This is the default implementation.  If you want different objects to handle different intents,
            // you can override this and return the handler you want for that particular intent.
            //if (intent is HDLRunSceneIntent)
            //{
            //    return new SiriKit.HDLRunSceneIntentHandlder();
            //}
            return this;
        }