SmartphoneTriggerFactory class

A TriggerFactory for all triggers coming with CAMS.

Implemented types

Constructors

SmartphoneTriggerFactory()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
types → Set<Type>
The set of supported TriggerConfiguration runtime types.
no setteroverride

Methods

create(TriggerConfiguration trigger) → TriggerExecutor<TriggerConfiguration>?
Create a TriggerExecutor based on trigger. Returns null if trigger is not supported by this factory.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onRegister() → void
Callback method when this package is being registered.
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited