Skip to content

Instantly share code, notes, and snippets.

@shohan4556
Created July 29, 2019 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shohan4556/9333d2bab2a1f02276c96f0c677fa89c to your computer and use it in GitHub Desktop.
Save shohan4556/9333d2bab2a1f02276c96f0c677fa89c to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using HuaweiMobileService;
class CheckUpdateCallbackImpl: ICheckUpdateHandler {
public void OnResult(int resultCode)
{
Debug.Log("Likhon------------**********----------- result for checkupdate: " + resultCode);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment