Global Variable グローバル変数

NSUserActivityTypeBrowsingWeb

An activity that continues from Handoff or a universal link. Handoffまたはユニバーサルリンクから継続するアクティビティ。

Declaration 宣言

let NSUserActivityTypeBrowsingWeb: String

Discussion 議論

An NSUserActivity object with an activityType value of NSUserActivityTypeBrowsingWeb indicates either an activity continued from a web browser-to-native app Handoff or a universal link. For this activity type, the webpageURL property contains the http or https URL associated with the activity. NSUserActivityTypeBrowsingWebactivityType値をもつNSUserActivityオブジェクトは、ウェブブラウザからネイティブアプリHandoffへ継続されるアクティビティまたはユニバーサルリンクのどちらかを指し示します。このアクティビティ型に対して、webpageURLプロパティは、このアクティビティと結びつけられたhttpまたはhttps URLを含みます。

For more information on universal links, see Allowing Apps and Websites to Link to Your Content. For more information on web browser-to-native app Handoff, see Web Browser–to–Native App Handoff. ユニバーサルリンクに関するさらなる情報として、Allowing Apps and Websites to Link to Your Contentを見てください。ウェブブラウザからネイティブアプリのHandoffに関するさらなる情報として、Web Browser–to–Native App Handoffを見てください。

See Also 参照

Identifying Activity Types