Interface IAdCapHandler
Declaration
public interface IAdCapHandler
Properties
IsCapped
Declaration
bool IsCapped { get; }
Cooldown
Declaration
double Cooldown { get; }
NextShowTime
Declaration
DateTime NextShowTime { get; set; }
Events
Capped
Declaration
event Action Capped
Event Type
System.Action