AppLinkEntry

Wisej.Hybrid.Shared.AppLinks.AppLinkEntry

Namespace: Wisej.Hybrid.Shared.AppLinks

Assembly: Wisej.Hybrid (3.5.0.0)

A deep application link in an app link search index.

public class AppLinkEntry

Constructors

AppLinkEntry()

Creates a new AppLinkEntry with default values.

Properties

AppLinkUri

Uri: 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.

Description

String: Gets or sets a description that appears with the item in search results.

The description that appears with the item in search results.

KeyValues

Dictionary<String, String>: 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.

Title

String: Gets or sets the title of the item.

Methods

FromUri(uri)

Creates and returns a new Microsoft.Maui.Controls.AppLinkEntry for the specified uri.

Parameter
Type
Description

uri

The Uri to use.

Returns: AppLinkEntry. The entry.

Last updated