Interface IImpressionEventPublisher
An interface that can pass on events when impression events are fired from ad objects.
Namespace: Unity.Services.Mediation
Assembly: Unity.Mediation.dll
Syntax
public interface IImpressionEventPublisher
Events
OnImpression
Event to subscribe to when listening for impression events.
Declaration
event EventHandler<ImpressionEventArgs> OnImpression
Event Type
| Type | Description |
|---|---|
| EventHandler<ImpressionEventArgs> |