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

Module

interface Module

モジュールを表すInterfaceです。

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

Properties

name

モジュール名

abstract val name: String

Inheritors

ActionModule

アクションに関連する処理をフックするためのモジュールタイプです。

interface ActionModule : Module

DeepLinkModule

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

interface DeepLinkModule : Module

NotificationModule

通知関連処理を委譲するためのモジュールタイプです。

interface NotificationModule : Module

TrackModule

イベント送信処理に割り込むためのモジュールタイプです。

interface TrackModule : Module

UserModule

ユーザー情報に関連する処理をフックするためのモジュールタイプです。

interface UserModule : Module