inappmessaging / io.karte.android.core.library

Package io.karte.android.core.library

Types

ActionModule

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

interface ActionModule : Module

DeepLinkModule

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

interface DeepLinkModule : Module

Library

ライブラリを表すInterfaceです。

interface Library

Module

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

interface Module

NotificationModule

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

interface NotificationModule : Module

TrackModule

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

interface TrackModule : Module

UserModule

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

interface UserModule : Module