fix:1、sdk更换。2、修复bug
This commit is contained in:
+10
@@ -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