// used for in-editor functionality protected static IEnumerator InvokeVCSErrorNextFrame(string errorMsg) { yield return(null); // wait a frame HZOfferWallAd.SendVCSError(errorMsg); }
// received from native SDK public void VCSError(string errorMsg) { HZOfferWallAd.SendVCSError(errorMsg); }