Created
July 29, 2019 06:07
-
-
Save shohan4556/9333d2bab2a1f02276c96f0c677fa89c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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