Package 

Interface DeepLinkModule

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

    
    public interface DeepLinkModule
     implements Module
                        

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

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

    • Method Summary

      Modifier and Type Method Description
      abstract Unit handle(Intent intent) ディープリンクを処理します。
      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

      • handle

         abstract Unit handle(Intent intent)

        ディープリンクを処理します。

        Parameters:
        intent - 処理対象のURLが含まれるIntent