Package 

Interface UserModule

  • All Implemented Interfaces:
    io.karte.android.core.library.Module

    
    public interface UserModule
     implements Module
                        

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

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

    • Method Summary

      Modifier and Type Method Description
      abstract Unit renewVisitorId(String current, String previous) ビジターIDの再生成をハンドルします。
      abstract String getName() モジュール名
      • Methods inherited from class io.karte.android.core.library.Module

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • renewVisitorId

         abstract Unit renewVisitorId(String current, String previous)

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

        Parameters:
        current - 現在のビジターID
        previous - 直前のビジターID