Programatically check if siri feature is enabled or not in Ipad OS - SiriKit

Hi, I am working on enhancing iPad Application where in I would like to understand if there is a API available for below :

  1. Any API provided by Apple to know Siri Settings. (Is Siri Enabled or Disabled)
  2. Any API provided by Apple to Enable or Disable Siri from application. I have gone through all the developer documentation available for Sirikit and I don't see any API for my requirement.

Technology I prefer : Xamarin.IOS. (I would like to know if API is available in any other language as well)

Reason why I am looking for Siri APIS : My application is medical application and there is a chance Siri assistant is invoked accidentally and interferes app functionality.

If I am able to access these APIs during app launch, I would notify user to disable Siri for better experience with application.

Note : I would like to use these APIS only when my App is up and running. Let me know if you need more details. Thanks