You've already forked CC-Framework.Commercialization
release: 1.0.14
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Runtime.ADAggregator
|
||||
public string AdScene;
|
||||
protected ADListener adListener;
|
||||
public Action OnErrorAction;
|
||||
public Action OnShowStartedAction;
|
||||
|
||||
public AD_Type ADType { get; internal set; }
|
||||
public int State => curState;
|
||||
@@ -33,6 +34,14 @@ namespace Runtime.ADAggregator
|
||||
}
|
||||
}
|
||||
|
||||
public virtual float ShowPendingTimeoutSeconds
|
||||
{
|
||||
get
|
||||
{
|
||||
return 5f;
|
||||
}
|
||||
}
|
||||
|
||||
public virtual bool AutoPreloadOnInit
|
||||
{
|
||||
get
|
||||
@@ -82,6 +91,11 @@ namespace Runtime.ADAggregator
|
||||
public virtual void CloseAD()
|
||||
{
|
||||
}
|
||||
|
||||
protected void NotifyShowStarted()
|
||||
{
|
||||
OnShowStartedAction?.Invoke();
|
||||
}
|
||||
|
||||
public void OnError(object code, string message)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user