forecastedEvents

@JvmName(name = "forecastGeofenceEventsResponseForecastedEvent")
fun Flow<ForecastGeofenceEventsResponse>.forecastedEvents(): Flow<ForecastedEvent>

This paginator transforms the flow returned by forecastGeofenceEventsPaginated to access the nested member ForecastedEvent

Return

A kotlinx.coroutines.flow.Flow that can collect ForecastedEvent