GuestLogin
Use this API to make a user logged in as a guest who has a new account and a new wallet.
Parameters
action|Action<LoginResponse> - The callback function of this method is used to receive the results.
Returns
response class - LoginResponse
Code Example
MWSDK.GuestLogin((loginResponse) => { LoginResponse resObj = loginResponse; string solAddress = resObj.user.wallet.sol_address; string userName = resObj.user.username; //todo...});
Edit this page on GitHub