keeplink
1.0.2
deeplink
/
com.motorro.keeplink.deeplink
/
ActionParser
Action
Parser
fun
interface
ActionParser
<
out
A
:
Action
>
Content copied to clipboard
Parses action from action components
Functions
Inheritors
Functions
parse
Link copied to clipboard
abstract
fun
parse
(
components
:
PshComponents
,
pathIndex
:
Int
)
:
A
?
Content copied to clipboard
Tries to parse given path
Inheritors
BranchActionParser
Link copied to clipboard
DefaultActionParser
Link copied to clipboard
SegmentCheckParser
Link copied to clipboard