Interface IDeepLinkServicesDelegate
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public interface IDeepLinkServicesDelegate
Methods
CanHandleCustomSchemeUrl(Uri)
Declaration
bool CanHandleCustomSchemeUrl(Uri link)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | link |
Returns
| Type | Description |
|---|---|
| System.Boolean |
CanHandleUniversalLink(Uri)
Declaration
bool CanHandleUniversalLink(Uri link)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | link |
Returns
| Type | Description |
|---|---|
| System.Boolean |