Unity Plugin
Introduction
Prerequisites
Integration Guide
API Documentation
public static void AnonymousSignIn(string username, string password, Action<SignInResult> onCompleted = null, Action<long, string> onError = null)
public static void AnonymousSignIn(string username, string password, Action<SignInResult> onCompleted = null, Action<long, string> onError = null)public static void AnonymousSignUp(string username, string password, Action<SignInResult> onCompleted = null, Action<long, string> onError = null)
public static void AnonymousSignUp(string username, string password, Action<SignInResult> onCompleted = null, Action<long, string> onError = null)public static void CheckUserName(string username, Action<string> onComplete = null, Action<long, string> onError = null)
public static void CheckUserName(string username, Action<string> onComplete = null, Action<long, string> onError = null)public static void GetGasPrice(Action<string> onComplete = null, Action<long, string> onError = null)
public static void GetGasPrice(Action<string> onComplete = null, Action<long, string> onError = null)public static void SigninSocial(Action<SocialLoginSuccess> onComplete = null, Action<long, string> onError = null)
public static void SigninSocial(Action<SocialLoginSuccess> onComplete = null, Action<long, string> onError = null)public static void MintToken(double amount, bool isSponsored, Action onComplete = null, Action<long, string> onError = null)
public static void MintToken(double amount, bool isSponsored, Action onComplete = null, Action<long, string> onError = null)public static void SendNativeToken(string sendToAddress, string valueToSend, bool isSponsored = true, Action onComplete = null, Action<long, string> onError = null)
public static void SendNativeToken(string sendToAddress, string valueToSend, bool isSponsored = true, Action onComplete = null, Action<long, string> onError = null)public static void SendERC20Token(string sendToAddress, string valueToSend, bool isSponsored = true, Action onComplete = null, Action<long, string> onError = null)
public static void SendERC20Token(string sendToAddress, string valueToSend, bool isSponsored = true, Action onComplete = null, Action<long, string> onError = null)public static void GetERC20Balance(Action<string> onComplete = null, Action<long, string> onError = null)
public static void GetERC20Balance(Action<string> onComplete = null, Action<long, string> onError = null)public static void GetNativeBalance(Action<string> onComplete = null, Action<long, string> onError = null)
public static void GetNativeBalance(Action<string> onComplete = null, Action<long, string> onError = null)public static void ConvertToUSD(Action<double> onComplete = null, Action<long, string> onError = null)
public static void ConvertToUSD(Action<double> onComplete = null, Action<long, string> onError = null)public static void EstimateGasCost(TokenType tokenType, string valueToSend, Action<string> onComplete = null, Action<long, string> onError = null)
public static void EstimateGasCost(TokenType tokenType, string valueToSend, Action<string> onComplete = null, Action<long, string> onError = null)public static void GetAllGameWalletTransactions(int pageNumber, int limit, Action<GameWalletTransactions> onComplete = null, Action<long, string> onError = null)
public static void GetAllGameWalletTransactions(int pageNumber, int limit, Action<GameWalletTransactions> onComplete = null, Action<long, string> onError = null)public static void UpdateTheGamerAccount(GamerProfileDataToSend gamerProfile, Action<GamerWalletObject> onComplete = null, Action<long, string> onError = null)
public static void UpdateTheGamerAccount(GamerProfileDataToSend gamerProfile, Action<GamerWalletObject> onComplete = null, Action<long, string> onError = null)public static void PurchaseAssetERC1155(string valueInToken, string tokenId, bool isSponsored = true, Action onComplete = null, Action<long, string> onError = null)
public static void PurchaseAssetERC1155(string valueInToken, string tokenId, bool isSponsored = true, Action onComplete = null, Action<long, string> onError = null)public static void GetNFTBalance(Action<NFTBalance> onComplete = null, Action<long, string> onError = null)
public static void GetNFTBalance(Action<NFTBalance> onComplete = null, Action<long, string> onError = null)Last updated