summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2016-11-09 18:21:18 -0600
committerGitHub <noreply@github.com>2016-11-09 18:21:18 -0600
commitecbec0344336409b68493c8e38a6c9e43804bde5 (patch)
treea1a03b7b77ffb466bda6ee9a8d7b0a7b77d1f804 /docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml
parent7e730a47bf5c4f8341377c010bad585c7195940f (diff)
downloadxamarin-forms-ecbec0344336409b68493c8e38a6c9e43804bde5.tar.gz
xamarin-forms-ecbec0344336409b68493c8e38a6c9e43804bde5.tar.bz2
xamarin-forms-ecbec0344336409b68493c8e38a6c9e43804bde5.zip
Applinks API docs, and a link fix in BindableProperty.xml. (#519)
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml
index 8bc252aa..9e4cf715 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml
@@ -53,9 +53,10 @@
<ReturnType>Xamarin.Forms.IAppLinks</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
- <value>To be added.</value>
- <remarks>To be added.</remarks>
+ <summary>Gets the object that developers use to register or unregister application links.</summary>
+ <value>The object that developers use to register or unregister application links.</value>
+ <remarks>It is not possible to unregister an app link on the Android platform.</remarks>
+ <related type="article" href="https://developer.xamarin.com/guides/xamarin-forms/working-with/deep-linking/">Application Indexing and Deep Linking</related>
</Docs>
</Member>
<Member MemberName="Current">
@@ -209,9 +210,10 @@
<Parameter Name="uri" Type="System.Uri" />
</Parameters>
<Docs>
- <param name="uri">To be added.</param>
- <summary>To be added.</summary>
+ <param name="uri">The URI for the request.</param>
+ <summary>App developers override this method to respond when the user initiates an app link request.</summary>
<remarks>To be added.</remarks>
+ <related type="article" href="https://developer.xamarin.com/guides/xamarin-forms/working-with/deep-linking/">Application Indexing and Deep Linking</related>
</Docs>
</Member>
<Member MemberName="OnParentSet">
@@ -377,7 +379,7 @@
</Parameters>
<Docs>
<param name="provider">To be added.</param>
- <summary>To be added.</summary>
+ <summary>Internal. Do not use.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>