You've already forked CC-Framework.Commercialization
10 lines
308 B
C#
10 lines
308 B
C#
namespace Runtime.ADAggregator
|
|
{
|
|
public interface IAdController
|
|
{
|
|
void Init(ADConfig adConfig, object[] args);
|
|
ADPlayer CreateAdPlayer(AD_Type type);
|
|
void EventLog(string eventTable, string eventValue, string eventMessage = null);
|
|
void SetMask(bool isOpen);
|
|
}
|
|
} |