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

UserModule

interface UserModule : Module

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

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

Functions

renewVisitorId

ビジターIDの再生成をハンドルします。

abstract fun renewVisitorId(current: String, previous: String?): Unit

Inheritors

InAppMessaging

アプリ内メッセージの管理を行うクラスです。

class InAppMessaging : Library, ActionModule, UserModule, ActivityLifecycleCallback