getEvents

abstract fun getEvents(status: List<EventStatus> = Const.allStatusList): List<Event>

Get List of events from the memory based on the status

Return

List of Event with passed status list

Parameters

status

List of EventStatus for which events get fetched