8 lines
197 B
C#
8 lines
197 B
C#
namespace Unity.Services.Mediation.Platform
|
|
{
|
|
internal interface IExternallyInvokableEventPublisher
|
|
{
|
|
void InvokeOnImpressionEvent(object sender, ImpressionEventArgs args);
|
|
}
|
|
}
|