AppSiriHandler

protocol AppSiriHandler : AppHandler

Adopt to have Siri notifications routed

  • handle intent

    Declaration

    Swift

    func application(_ application: UIApplication, handle intent: INIntent, completionHandler: @escaping (INIntentResponse) -> Void)

    Parameters

    application

    Application

    intent

    Intent

    completionHandler

    Callback