toggle menu
core
2.30.0
androidJvm
switch theme
search in API
core
/
io.karte.android.core.library
/
DeepLinkModule
Deep
Link
Module
interface
DeepLinkModule
:
Module
ディープリンク処理をフックするためのモジュールタイプです。
サブモジュールと連携するために用意している機能であり、通常利用で使用することはありません。
Members
Properties
name
Link copied to clipboard
abstract
val
name
:
String
モジュール名
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
intent
:
Intent
?
)
ディープリンクを処理します。