using System;
public interface IUnityInitialization
{
     event Action OnSdkInitializationCompletedEvent;
}