Hierarchy

  • Deeplink

Methods

Methods

  • Notice for App Developers

    On both platforms, iOS and Android 11 or later, you need to configure your app's manifest to indicate the deep link namespaces it can open.

    Example:

    Eitri.deeplink.canOpen({
    url: "sms:123123"
    })

    Compatibility Control

    • API LEVEL 1 - Functionality added

    Parameters

    Returns Promise<boolean>

Generated using TypeDoc