JavaPhoenixClient
/
org.phoenixframework
/
Presence
/
Caller
Caller
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
fun
Caller
(onJoin:
OnJoin
= { _, _, _ -> }, onLeave:
OnLeave
= { _, _, _ -> }, onSync:
OnSync
= {})
Content copied to clipboard
Properties
onJoin
Link copied to clipboard
var
onJoin
:
OnJoin
Content copied to clipboard
onLeave
Link copied to clipboard
var
onLeave
:
OnLeave
Content copied to clipboard
onSync
Link copied to clipboard
var
onSync
:
OnSync
Content copied to clipboard