func cancelRequest (withError : Error)
Tells the host app to cancel the app extension request, with a supplied error.
ホストアプリにアプリ拡張リクエストを、ある提供されたエラーとともにキャンセルするように伝えます。
func completeRequest (returningItems : [Any]?, completionHandler : ((Bool) -> Void)?)
Tells the host app to complete the app extension request with an array of result items.
ホストアプリに、アプリ拡張リクエストを結果項目の配列とともに完了するように伝えます。