inappmessaging / io.karte.android.core.library / DeepLinkModule

DeepLinkModule

interface DeepLinkModule : Module

ディープリンク処理をフックするためのモジュールタイプです。

サブモジュールと連携するために用意している機能であり、通常利用で使用することはありません。

Functions

handle

ディープリンクを処理します。

abstract fun handle(intent: Intent?): Unit