AppShortcutHandler

protocol AppShortcutHandler : AppHandler

Adopt to have shortcut notifications routed

  • performActionFor shortcutItem

    Declaration

    Swift

    func application(_ application: UIApplication, performActionFor shortcutItem: UIApplicationShortcutItem, completionHandler: @escaping (Bool) -> Void)

    Parameters

    application

    Application

    shortcutItem

    Item

    completionHandler

    Callback