Interface IAnalyticsIntervalDispatcherConfig
Configuration for an IAnalyticsDispatcher that should send events periodically.
Inherited Members
Namespace: IdleKit.Analytics
Assembly: cs.temp.dll.dll
Syntax
public interface IAnalyticsIntervalDispatcherConfig : IAnalyticsDispatcherConfig, IData
Properties
SendEventsIntervalSeconds
The IAnalyticsDispatcher with this IAnalyticsDispatcherConfig sends events every SendEventsIntervalSeconds seconds.
Declaration
float SendEventsIntervalSeconds { get; }
Property Value
Type | Description |
---|---|
Single |