toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.rest
/
AssetLinksController
Asset
Links
Controller
@
RestController
@
RequestMapping
class
AssetLinksController
(
@
Value
(
value
=
"${assetLinks}"
)
assetLinks
:
String
?
=
null
)
Controller to support Deep links on Android
Members
Constructors
Asset
Links
Controller
Link copied to clipboard
constructor
(
@
Value
(
value
=
"${assetLinks}"
)
assetLinks
:
String
?
=
null
)
Functions
get
Link copied to clipboard
@
GetMapping
(
value
=
[
"/.well-known/assetlinks.json"
]
,
produces
=
[
"application/json"
]
)
fun
get
(
)
:
String
Endpoint for returning assetlinks