fix:1、接入合作方的sdk。2、支付逻辑接入sdk中的接口
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