Validates if the OS can open the deeplink
Example:
Eitri.deeplink.canOpen({ url: "sms:123123"}) Copy
Eitri.deeplink.canOpen({ url: "sms:123123"})
Compatibility Control API LEVEL 1 - Functionality added
Compatibility Control
1
Opens a Deeplink
await Eitri.deeplink.open({ url: "mailto:[email protected]"}) Copy
await Eitri.deeplink.open({ url: "mailto:[email protected]"})
Generated using TypeDoc
Validates if the OS can open the deeplink
Example: