1 implementation of IAppLinkEntry
Microsoft.Maui.Controls (1)
AppLinkEntry.cs (1)
8 public class AppLinkEntry : Element, IAppLinkEntry
8 references to IAppLinkEntry
Microsoft.Maui.Controls (2)
IAppLinks.cs (2)
8 void DeregisterLink(IAppLinkEntry appLink); 10 void RegisterLink(IAppLinkEntry appLink);
Microsoft.Maui.Controls.Compatibility (6)
iOS\iOSAppLinks.cs (6)
12 public async void DeregisterLink(IAppLinkEntry appLink) 26 public async void RegisterLink(IAppLinkEntry appLink) 38 static async Task AddLinkAsync(IAppLinkEntry deepLinkUri) 101 static async Task<CSSearchableItemAttributeSet> GetAttributeSet(IAppLinkEntry deepLinkUri, string contentType, string id) 127 static NSMutableDictionary GetUserInfoForActivity(IAppLinkEntry deepLinkUri) 160 static void TryGetValues(IAppLinkEntry deepLinkUri, out string contentType, out string associatedWebPage, out bool shouldAddToPublicIndex)