Instance Method インスタンスメソッド

cancelRequest(withError:)

Tells the host app to cancel the app extension request, with a supplied error. ホストアプリにアプリ拡張リクエストを、ある提供されたエラーとともにキャンセルするように伝えます。

Declaration 宣言

func cancelRequest(withError error: Error)

Parameters パラメータ

error

The error object to return. It must be non-nil. 返すことになるエラーオブジェクト。それは非nilでなければなりません。

Discussion 議論

On return, the userInfo dictionary of the NSError object contains a key named NSExtensionItemsAndErrorsKey which has as its value a dictionary of NSExtensionItem objects and associated NSError instances. 戻りでは、NSErrorオブジェクトのuserInfo辞書はNSExtensionItemsAndErrorsKeyと名前をつけられるキーを含みます、それはそれの値としてNSExtensionItemオブジェクトおよび結びつけられたNSErrorインスタンスの辞書を持ちます。

See Also 参照

Handling Requests リクエストを取り扱う

Related Documentation 関連文書