TimeModule class
- Inheritance
-
- Object
- VoltronNativeModule
- TimeModule
- Implemented types
Constructors
- TimeModule(EngineContext context)
Properties
- context → EngineContext
-
finalinherited
-
extraFuncMap
→ Map<
String, Function> -
no setteroverride
-
funcMap
→ Map<
String, Function> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- moduleName → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
String name, JSPromise promise) → void -
inherited
-
clearInterval(
String callId, JSPromise promise) → bool -
clearTimeout(
String callId, JSPromise promise) → bool -
destroy(
) → void -
override
-
handleAddListener(
String name) → void -
inherited
-
handleRemoveListener(
String name) → void -
inherited
-
initialize(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEnginePause(
) → void -
override
-
onEngineResume(
) → void -
override
-
removeListener(
String name, JSPromise promise) → void -
inherited
-
setInterval(
int interval, String callId, JSPromise promise) → bool -
setTimeout(
int timeOut, String callId, JSPromise promise) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- kFuncClearInterval → const String
- kFuncClearTimeout → const String
- kFuncSetInterval → const String
- kFuncSetTimeout → const String
- kTimerModuleName → const String