toggle menu
foSho
jvm
switch theme
search in API
navigator-codegen
/
dev.funkymuse.fosho.navigator.codegen.argument
/
DeepLinkContract
Deep
Link
Contract
data
class
DeepLinkContract
(
val
uriPattern
:
String
,
val
action
:
String
,
val
mimeType
:
String
?
=
null
)
Members
Constructors
Deep
Link
Contract
Link copied to clipboard
constructor
(
uriPattern
:
String
,
action
:
String
,
mimeType
:
String
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
=
null
uri
Pattern
Link copied to clipboard
val
uriPattern
:
String