EventFactory

open class EventFactory

Functions

Link copied to clipboard
open fun getHealthEvent(l1Event: L1Event): Event

open fun getHealthEvent(eventName: String, @Nullable hint: String): Event
Creator for events of health type.
Link copied to clipboard
open fun getHealthEventForTime(    eventName: String,     @Nullable hint: String,     unixTimestamp: Long): Event
open fun getHealthEventForTime(    eventName: String,     unixTimestamp: Long,     @Nullable hint: String,     @Nullable description: String): Event