[NUI] Change GetDefaultWindow() to static func (#900)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / XamlBinding / IAppLinks.cs
1 using System;
2
3 namespace Tizen.NUI.Binding
4 {
5     internal interface IAppLinks
6     {
7         void DeregisterLink(IAppLinkEntry appLink);
8         void DeregisterLink(Uri appLinkUri);
9         void RegisterLink(IAppLinkEntry appLink);
10     }
11 }