IAppLinks.DeregisterLink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeregisterLink(Uri) |
Removes the provided application link from the application index. |
DeregisterLink(IAppLinkEntry) |
Removes the provided application link from the application index. |
DeregisterLink(Uri)
Removes the provided application link from the application index.
public void DeregisterLink (Uri appLinkUri);
abstract member DeregisterLink : Uri -> unit
Parameters
- appLinkUri
- System.Uri
The System.Uri that represents the link to remove from the app index.
Remarks
This method has no effect on the Android platform.
See also
Applies to
DeregisterLink(IAppLinkEntry)
Removes the provided application link from the application index.
public void DeregisterLink (Xamarin.Forms.IAppLinkEntry appLink);
abstract member DeregisterLink : Xamarin.Forms.IAppLinkEntry -> unit
Parameters
- appLink
- IAppLinkEntry
The IAppLinkEntry to remove from the app index.
Remarks
This method has no effect on the Android platform.