fix:1、删除上一个sdk,更换新的。2、删除了max广告
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace KwaiAds.Scripts.Api
|
||||
{
|
||||
public interface InitResultCallback
|
||||
{
|
||||
// init success.
|
||||
void OnSuccess();
|
||||
// init fail.
|
||||
void OnFail(int code, string msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user