TempoBuilder class

Constructors

TempoBuilder()

Properties

androidNotificationContent String
getter/setter pair
androidNotificationId int
getter/setter pair
androidNotificationTitle String
getter/setter pair
channelId String
getter/setter pair
channelName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosNotificationButtonText String?
getter/setter pair
iosNotificationTitle String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

androidNotification(String channelId, String channelName, String androidNotificationTitle, String androidNotificationContent, int androidNotificationId) TempoBuilder
Set parameters for foreground service notification. Only required for apps targeting Android O and above. This is required to run Tempo Tracking service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(String destinationId) Future<void>
Start Tempo Tracking for destinationId provided.
toString() String
A string representation of this object.
inherited

Operators

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