You've already forked CC-Framework.Commercialization
update
This commit is contained in:
10
Assets/Runtime/ADAggregator/IAdController.cs
Normal file
10
Assets/Runtime/ADAggregator/IAdController.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user