Instance Property インスタンスプロパティ

webpageURL

The URL of the webpage to load in a browser to continue the activity. アクティビティを継続するためにブラウザにおいてロードされるウェブページのURL。

Declaration 宣言

var webpageURL: URL? { get set }

Discussion 議論

When no suitable app is installed on a resuming device and the webpageURL property is set, the specified webpage is loaded and the user activity is continued in a web browser. 再開しているデバイス上にふさわしいアプリがインストールされないそしてwebpageURLプロパティが設定される場合、指定されたウェブページはロードされます、そしてユーザアクティビティはウェブブラウザにおいて継続されます。

If your activity's content can be restored on the web or you support Safari universal links, be sure to set this property so that the system can resume the activity in Safari or your app. After setting the webpageURL property on an activity for which isEligibleForSearch is true, also set the requiredUserInfoKeys property, using the keys of the userInfo dictionary that must be stored. If you don’t also set the requiredUserInfoKeys property, the userInfo dictionary will be empty when the activity is restored. あなたのアクティビティのもつコンテンツがウェブ上で復元されることができるそしてあなたがSafariユニバーサルリンクをサポートするならば、このプロパティを設定することを確実にしてください、それでシステムはアクティビティをSafariまたはあなたのアプリにおいて再開できます。webpageURLプロパティを、それに対してisEligibleForSearchtrueであるアクティビティ上で設定した後、同様にrequiredUserInfoKeysプロパティを、格納されなければならないuserInfo辞書のキーを使って設定してください。あなたが同様にrequiredUserInfoKeysプロパティを設定しないならば、userInfo辞書はアクティビティが復元されるとき空です。

If isEligibleForSearch is true for this activity and you’re using both NSUserActivity and web markup to index the same item, set webpageURL to the relevant URL on your website to avoid showing duplicate results in Spotlight. The NSUserActivity API does not perform any modifications to the URL that you specify. URL components, such as the query string and the fragment identifier, are used for matching the item against pages that are indexed by Applebot. isEligibleForSearchがこのアクティビティに対してtrueであるそしてあなたがNSUserActivityとウェブマークアップの両方を同じ項目を索引に加えるのに使っているならば、webpageURLをあなたのウェブサイト上の関連URLに設定することでSpotlightにおいて重複した結果を表示することを回避してください。NSUserActivity APIは、あなたが指定するURLに対して何ら修正を実行しません。URL構成要素、例えばクエリ文字列および断片識別子は、その項目をApplebotによって索引化されるページそれらと照合するために使われます。

See Also 参照

Continuing Web Browsing ウェブブラウズを継続する