• Getting Started
  • Guides
  • API Reference
  • Tutorials
  • Plugins
  • Solar2D Native
  • CoronaCards
  • tenjin.getDeepLink()
    • Overview
    • Syntax
      • listener (required)
    • Example
Documentation  ▸  Plugins  ▸  Tenjin  ▸  getDeepLink

tenjin.getDeepLink()

Type Function
Return value none
Revision Release 2025.3714
Keywords analytics, attribution, Tenjin, getDeepLink
See also tenjin.*

Overview

tenjin.getDeepLink() will return deepLinkRequest with a deep link data, that you’ve setted up in Tenjin SDK dashboard.

Syntax

tenjin.getDeepLink( listener )
listener (required)

Listener. Listener that will receive deepLinkRequest events.

Example

local tenjin = require( "plugin.tenjin" )

local function tenjinDeepLinkListener( event )
    -- Handle events here
end

-- Get deep link
tenjin.getDeepLink( tenjinDeepLinkListener )

© 2020-2025 Solar2D All Rights Reserved.

Help us help you! If you notice a problem with this page, please report it.

Report an Issue