DeepLinkModule

interface DeepLinkModule : Module

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

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
handle
Link copied to clipboard
abstract fun handle(intent: Intent?)
ディープリンクを処理します。
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

name
Link copied to clipboard
abstract val name: String
モジュール名