From: Mike Norman Date: Thu, 10 Nov 2016 00:21:18 +0000 (-0600) Subject: Applinks API docs, and a link fix in BindableProperty.xml. (#519) X-Git-Tag: beta-2.3.4-pre1~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecbec0344336409b68493c8e38a6c9e43804bde5;p=platform%2Fupstream%2Fxamarin-forms.git Applinks API docs, and a link fix in BindableProperty.xml. (#519) --- diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/AppLinkEntry.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/AppLinkEntry.xml index fdf3973..23ceff6 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/AppLinkEntry.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/AppLinkEntry.xml @@ -14,8 +14,9 @@ - To be added. + A deep application link in an app link search index. To be added. + Application Indexing and Deep Linking @@ -27,7 +28,7 @@ - To be added. + Creates a new with default values. To be added. @@ -42,9 +43,10 @@ System.Uri - To be added. - To be added. + Gets or sets an application-specific URI that uniquely describes content within an app. + An application-specific URI that uniquely describes content within an app. To be added. + Application Indexing and Deep Linking @@ -58,7 +60,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the property. To be added. @@ -73,9 +75,10 @@ System.String - To be added. - To be added. + Gets or sets a description that appears with the item in search results. + The description that appears with the item in search results. To be added. + Application Indexing and Deep Linking @@ -89,7 +92,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the property. To be added. @@ -108,7 +111,7 @@ To be added. - To be added. + Creates and returns a new for the specified . To be added. To be added. @@ -124,9 +127,10 @@ System.Boolean - To be added. - To be added. - To be added. + Gets or sets a value that tells whether the item that is identified by the link entry is currently open. + A value that tells whether the item that is identified by the link entry is currently open. + Application developers can set this value in and methods to control whether the app link is shown for indexing or Handoff. + Application Indexing and Deep Linking @@ -140,8 +144,9 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the property. To be added. + Application Indexing and Deep Linking @@ -155,9 +160,10 @@ System.Collections.Generic.IDictionary<System.String,System.String> - To be added. - To be added. - To be added. + Gets a dictionary of application-specific key-value pairs. + A dictionary of standard and application-specific key-value pairs that is used for Handoff on the iOS platform. + The standard keys are contentType, associatedWebPage, and shouldAddToPublicIndex. + Application Indexing and Deep Linking @@ -171,9 +177,10 @@ Xamarin.Forms.ImageSource - To be added. - To be added. + Gets or sets a small image that appears with the item in search results. + A small image that appears with the item in search results To be added. + Application Indexing and Deep Linking @@ -187,7 +194,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the property. To be added. @@ -202,9 +209,10 @@ System.String - To be added. - To be added. + Gets or sets the title of the item. + The title of the item. To be added. + Application Indexing and Deep Linking @@ -218,7 +226,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the property. To be added. @@ -234,8 +242,8 @@ - To be added. - To be added. + Returns a string representation of this . + A string representation of this . To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml index 8bc252a..9e4cf71 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml @@ -53,9 +53,10 @@ Xamarin.Forms.IAppLinks - To be added. - To be added. - To be added. + Gets the object that developers use to register or unregister application links. + The object that developers use to register or unregister application links. + It is not possible to unregister an app link on the Android platform. + Application Indexing and Deep Linking @@ -209,9 +210,10 @@ - To be added. - To be added. + The URI for the request. + App developers override this method to respond when the user initiates an app link request. To be added. + Application Indexing and Deep Linking @@ -377,7 +379,7 @@ To be added. - To be added. + Internal. Do not use. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml index fd026a5..985473c 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml @@ -28,7 +28,7 @@ A BindableProperty is a backing store for properties allowing bindings on . - + Introduction To Data Binding diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinkEntry.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinkEntry.xml index e92f892..421f094 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinkEntry.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinkEntry.xml @@ -7,8 +7,9 @@ - To be added. + Interface that represents a deep application link in an app link search index. To be added. + Application Indexing and Deep Linking @@ -22,9 +23,10 @@ System.Uri - To be added. - To be added. + Gets or sets an application-specific URI that uniquely describes content within an app. + An application-specific URI that uniquely describes content within an app. To be added. + Application Indexing and Deep Linking @@ -38,9 +40,10 @@ System.String - To be added. + Gets or sets a description that appears with the item in search results. To be added. To be added. + Application Indexing and Deep Linking @@ -54,9 +57,10 @@ System.Boolean - To be added. - To be added. - To be added. + Gets or sets a value that tells whether the item that is identified by the link entry is currently open. + A value that tells whether the item that is identified by the link entry is currently open. + Application developers can set this value in and methods to control whether the app link is shown for indexing or Handoff. + Application Indexing and Deep Linking @@ -70,9 +74,10 @@ System.Collections.Generic.IDictionary<System.String,System.String> - To be added. - To be added. - To be added. + Gets a dictionary of application-specific key-value pairs. + A dictionary of standard and application-specific key-value pairs that is used for Handoff on the iOS platform. + The standard keys are contentType, associatedWebPage, and shouldAddToPublicIndex. + Application Indexing and Deep Linking @@ -86,9 +91,10 @@ Xamarin.Forms.ImageSource - To be added. - To be added. + Gets or sets a small image that appears with the item in search results. + A small image that appears with the item in search results To be added. + Application Indexing and Deep Linking @@ -102,9 +108,10 @@ System.String - To be added. - To be added. + Gets or sets the title of the item. + The title of the item. To be added. + Application Indexing and Deep Linking diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinks.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinks.xml index 9ae31b0..e71b0ae 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinks.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/IAppLinks.xml @@ -7,8 +7,9 @@ - To be added. - To be added. + Interface that defines the methods that are required for registering and deregistering links to content in apps. + Developers should note that extra steps are required to enable deep linking on the Android platform. See the related article that is linked below. + Application Indexing and Deep Linking @@ -25,9 +26,10 @@ - To be added. - To be added. - To be added. + The that represents the link to remove from the app index. + Removes the provided application link from the application index. + This method has no effect on the Android platform. + Application Indexing and Deep Linking @@ -44,9 +46,10 @@ - To be added. - To be added. - To be added. + The to remove from the app index. + Removes the provided application link from the application index. + This method has no effect on the Android platform. + Application Indexing and Deep Linking @@ -63,9 +66,10 @@ - To be added. - To be added. + The to add to the app index. + Adds the provided application link to the application index. To be added. + Application Indexing and Deep Linking