Rachel
Toggle table of contents
3.5.0
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.startup.os
/
love.yinlin.startup
/
StartupMacOSDeepLink
Startup
Mac
OSDeep
Link
desktop
@
StartupHandler
(
index
=
0
,
name
=
"onDeepLinkOpen"
,
handlerType
=
StartupMacOSDeepLink.Handler::class
,
returnType
=
Unit::class
,
argTypes
=
[
Uri::class
]
)
class
StartupMacOSDeepLink
:
SyncStartup
Members
Constructors
Startup
Mac
OSDeep
Link
Link copied to clipboard
desktop
constructor
(
)
Types
Handler
Link copied to clipboard
desktop
fun
interface
Handler
Properties
error
Scope
Link copied to clipboard
desktop
val
errorScope
:
Nothing
Functions
destroy
Link copied to clipboard
desktop
open
fun
destroy
(
context
:
Context
,
args
:
StartupArgs
)
destroy
Before
Link copied to clipboard
desktop
open
fun
destroyBefore
(
context
:
Context
,
args
:
StartupArgs
)
init
Link copied to clipboard
desktop
suspend override
fun
init
(
scope
:
CoroutineScope
,
context
:
Context
,
args
:
StartupArgs
)
:
Nothing
open
override
fun
init
(
context
:
Context
,
args
:
StartupArgs
)
init
Later
Link copied to clipboard
desktop
open
override
fun
initLater
(
context
:
Context
,
args
:
StartupArgs
)
suspend override
fun
initLater
(
scope
:
CoroutineScope
,
context
:
Context
,
args
:
StartupArgs
)
:
Nothing
to
String
Link copied to clipboard
desktop
open
override
fun
toString
(
)
:
String