renetik-android-event
renetik-android-event
/
renetik.android.event.registration
/
CSRegistrationImpl
CSRegistration
Impl
open
class
CSRegistrationImpl
(
var
isActive
:
Boolean
=
false
)
:
CSRegistration
Content copied to clipboard
Constructors
Functions
Properties
Inheritors
Constructors
CSRegistration
Impl
Link copied to clipboard
fun
CSRegistrationImpl
(
isActive
:
Boolean
=
false
)
Content copied to clipboard
Functions
cancel
Link copied to clipboard
@
Synchronized
@
AnyThread
override
fun
cancel
(
)
Content copied to clipboard
on
Cancel
Link copied to clipboard
open
fun
onCancel
(
)
Content copied to clipboard
on
Pause
Link copied to clipboard
open
fun
onPause
(
)
Content copied to clipboard
on
Resume
Link copied to clipboard
open
fun
onResume
(
)
Content copied to clipboard
pause
Link copied to clipboard
@
Synchronized
@
AnyThread
override
fun
pause
(
)
Content copied to clipboard
resume
Link copied to clipboard
@
Synchronized
@
AnyThread
override
fun
resume
(
)
Content copied to clipboard
Properties
is
Active
Link copied to clipboard
open
override
var
isActive
:
Boolean
=
false
Content copied to clipboard
is
Canceled
Link copied to clipboard
open
override
var
isCanceled
:
Boolean
=
false
Content copied to clipboard
Inheritors
EventListenerImpl
Link copied to clipboard
CSFunctionRegistration
Link copied to clipboard