Example #1
0
        // used for in-editor functionality
        protected static IEnumerator InvokeVCSErrorNextFrame(string errorMsg)
        {
            yield return(null); // wait a frame

            HZOfferWallAd.SendVCSError(errorMsg);
        }
Example #2
0
 // received from native SDK
 public void VCSError(string errorMsg)
 {
     HZOfferWallAd.SendVCSError(errorMsg);
 }