kotlin-phoenix
1.0.4
common
kotlinphoenix-client
/
io.github.ajacquierbret.kotlinphoenix.client
/
Presence
/
Caller
Caller
common
data
class
Caller
(
onJoin
:
OnJoin
,
onLeave
:
OnLeave
,
onSync
:
OnSync
)
Content copied to clipboard
Collection of callbacks with default values
Constructors
Properties
Constructors
Caller
Link copied to clipboard
common
fun
Caller
(
onJoin
:
OnJoin
=
{ _, _, _ -> }
,
onLeave
:
OnLeave
=
{ _, _, _ -> }
,
onSync
:
OnSync
=
{}
)
Content copied to clipboard
Properties
onJoin
Link copied to clipboard
common
var
onJoin
:
OnJoin
Content copied to clipboard
onLeave
Link copied to clipboard
common
var
onLeave
:
OnLeave
Content copied to clipboard
onSync
Link copied to clipboard
common
var
onSync
:
OnSync
Content copied to clipboard